how can i run a program autometically in windows xp??? such as i want my computer to connect autometically with internet (by dial-up network), and also to download something or synchronize some webpage... please help me...
: how can i run a program autometically in windows xp??? such as i want my computer to connect autometically with internet (by dial-up network), and also to download something or synchronize some webpage... please help me... : You can use rasdial to dial or disconnect a xp ras connection This als returns a errorlevel so you can check if connection or disconnection was sucesfull. Security problem is that username and password in the saved ras connection doen't work so it has to be givven to rasdial with parameters (check RASDIAL /?)
FTP can also be scripted just type every command in a text file and run ftp -s:scriptfile -n start your script with user username pass password
Comments
:
You can use rasdial to dial or disconnect a xp ras connection
This als returns a errorlevel so you can check if connection or disconnection was sucesfull.
Security problem is that username and password in the saved ras connection doen't work so it has to be givven to rasdial with parameters (check RASDIAL /?)
FTP can also be scripted
just type every command in a text file and run ftp -s:scriptfile -n
start your script with
user username
pass password