wget - Download file to null (Windows CLI) -


i download file null in windows cli testing purposes.

in linux used

wget http://download.thinkbroadband.com/1gb.zip -o /dev/null 

this kept connection busy while.

is there way in command prompt or power shell in windows 7?

also other solutions generate traffic internet,ut withous saving disk, accepted.

you can use exact same command on windows cygwin. make sure select wget in package list when installing cygwin


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -