Results 1 to 3 of 3

Thread: Batch File

  1. #1
    Senior Member
    Join Date
    Feb 2003
    Location
    Memphis, TN
    Posts
    3,747

    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.
    =

  2. #2
    Senior Member
    Join Date
    Jan 2003
    Posts
    3,915
    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"..

  3. #3
    Senior Member
    Join Date
    Feb 2003
    Location
    Memphis, TN
    Posts
    3,747
    Thanks alot.

    Thats what I was looking for.
    =

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •