Skip navigation

JSI Tip 0090 - Create your own AutoDial.

I am not particularly fond of the Windows NT 4.0 AutoDial, so I created my own. Use a batch file:

REM Switch to prefered download directory
C:
CD C:\ZIPNEW
REM Dial your ISP
C:\Winnt\system32\RasPhone -d EntryName
REM Run your browser
"C:\Program Files\Internet Explorer\IEXPLORE.EXE"
REM When you exit, hang up
c:\winnt\system32\rasdial EntryName /DISCONNECT
exit

Create a shortcut to the batch file (I have mine set to minimized) and create a HotKey and/or place it on the Start Menu.


Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish