how to create script to initiate dial up connect

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

x-no-archive:yes

I have a dial up network connection created and working well.
I would like to create a script that would initiate this connection on
command.
Is there an easy way to create a scrip that will start the dial up
connection?
Thanks
 
You could create a batch file, using rasdial.exe:

c:\winnt\system32\rasdial.exe NameOfYourConnection
 
Back
Top