-
Batch File
I have a PPPoE DSL connection that I would like to have automaticall connect when the computer is turned on.
I think that the quickest way for me to do this would be to write a little batch file to start the connection. However, I'm real new at batch file programming and was wondering if somebody could tell me what I need to type to pull this off.
-
Hey Hey
the command you are looking for is rasdial
in a batchfile just put
rasdial "Connection Name" <username> <password>
You can obtain the "Connection Name" by right clicking on your dialer link on your desktop and checking the properties --> shortcut --> target.. You'll see rasphone.exe -d "Connection Name"..
-
Thanks alot.
Thats what I was looking for.