How to download a file in the background with no browser?
usefull for following a link in the chatroom or whereever..
Use WGET
http://gnuwin32.sourceforge.net/packages/wget.htm <-- for windows
included in linux
In a terminal [START button - Run.. 'cmd' in windows] type
and wait fro it to finish.. then you can get to it in explorer etc..
You can run as many of these windows as you want - just use the START , run.. 'cmd' to open a new one and off you go.
usefull for following a link in the chatroom or whereever..
Use WGET
http://gnuwin32.sourceforge.net/packages/wget.htm <-- for windows
included in linux
In a terminal [START button - Run.. 'cmd' in windows] type
wget [internet address of the file]
You can run as many of these windows as you want - just use the START , run.. 'cmd' to open a new one and off you go.
Comment