Windows Command Line – Control Network Bandwidth

bandwidthcommand linetraffic-shaping

I'm looking for a windows command line utility (it should be command line based because I want to call it from another application) that can control network bandwidth(I mean the download and upload speed)

Best Answer

Netlimiter can control the bandwidth and has an API which I think you could call from a command line script, see: http://netlimiter.com/devzone.php

Related Question