Quote:
|
Originally Posted by Franck
Ok...
Well maybe someone else can tell me this.
Right now i set a task to run it every hour and run this line:
"C:\Documents and Settings\Administrator\Desktop\curl.exe -o locafile.txt http://www.site.com/file.txt"
But that doesnt work.
C:\Documents and Settings\Administrator\Desktop\curl.exe
This does but with -0 behind it it says that it can find curl.exe
|
nerver played with DOS eh? ;)
Create a text file
Type this in the file:
curl.exe -o locafile.txt
http://www.site.com/file.txt
Rename the file proxy.bat and put it in the same folder as curl.exe.
And set the Task Manager to run the bat file every hours.