Jun 12, 2007 #1 bxgirl Programmer Nov 21, 2005 75 US I have a dial up network connection. Is there a way to call this dial up connection through code, maybe using a dos batch file?
I have a dial up network connection. Is there a way to call this dial up connection through code, maybe using a dos batch file?
Jun 12, 2007 #2 linney Technical User Nov 5, 2001 23,902 AU Can you create a Shortcut to the Dial-up Connection and launch the created Shortcut via a Batch file? Upvote 0 Downvote
Can you create a Shortcut to the Dial-up Connection and launch the created Shortcut via a Batch file?
Jun 13, 2007 Thread starter #3 bxgirl Programmer Nov 21, 2005 75 US That's what I'd like to do, but what is the code that will actually launch the dial up connection from within the batch file? Upvote 0 Downvote
That's what I'd like to do, but what is the code that will actually launch the dial up connection from within the batch file?
Jun 13, 2007 #4 linney Technical User Nov 5, 2001 23,902 AU Something like this perhaps in a batch file? START C:\*****Path*****\ISP.lnk ISP.lnk = your Dial=up Shortcut. Upvote 0 Downvote
Something like this perhaps in a batch file? START C:\*****Path*****\ISP.lnk ISP.lnk = your Dial=up Shortcut.