I am using USD for downloading from rapidshare..and i have programmed it to run a "programme" when a download finish.First u need to make some changes
And make these changes
Go to:
Properties and disable this
Ask for name and password......(it will say something like this,2nd line)
Now go to:
Properties again and at
Time between...... make it from 1 sec to 5-10 secs,click ok
Now open notepad and add these lines
@echo off
cls
echo Disconnecting...
start /wait rasphone -h "Add your connection's name here"
cls
echo Waiting...
ping -n 1 194.63.247.208 > nul
cls
start /wait rasphone -d "Add your connection's name here"
FOR /F "tokens=1" %%i in ('printip') DO set ipstatusnew="%%i"
IF %ipstatusnew % of ==' <ERROR'> goto action
IF %ipstatus % == %ipstatusnew % goto action
:log
@echo IP changed in the %date % around %time %>> IP-History_Refresh.txt
@echo old IP was: %ipstatus %>> IP-History_Refresh.txt
@echo new IP was: %ipstatusnew %>> IP-History_Refresh.txt
exit
save it to .bat
Open it and u will see that ur modem will disconnect and reconnect automatically!
I am downloading 2 moves every night just using this (from RS)