Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
BATCH FILE TO LAUNCH DIAL-UP CONNECTION
Name: Lycia Date: February 3, 2002 at 13:05:41 Pacific
Comment:
I am attempting to create a batch file that will automatically launch a dial up connection. I will eventually be using the script on Win 98 PC's but for now am testing it on Win 2000. I've tried commanding the batch file to "START" the shortcut but the terminal window just flashes and dissappears. I've also tried a more sophisticated script using rasdial.exe & rasphone settings but was still not able to make the connection. I'm trying to automate a process for remote users and what I'd like to create is a "shortcut" that after being clicked once will make a dial up connection, then launch a second program a few moments later. I'm counting on you DOS Gurus! thanks, LNH
Summary: This seems to work alright for me: First make a shorcut to a dial-up connection by right clicking it and selecting "Create Shortcut". Name the shortcut something like "Dial-up" and put it in the same...
Summary: I was wondering if there is a way for DOS to launch a dial up connection you may have saved in your "dial up networking" for script writing purposes? ...
Summary: Is there a way to pass an argument from the dos prompt to a batch file. I'm wanting to do the following: test.bat ARGUMENT What do I need in the batch file to pick this up? Thanks in advance. ...