home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / packetdrivers.tar.gz / pd.tar / ppp / dial.bat < prev    next >
DOS Batch File  |  1996-03-04  |  484b  |  14 lines

  1. @echo off
  2.  
  3. REM put the comm port number your modem is on in place of
  4. REM the capital letter Z in line 5 below, then
  5. REM put your highest modem speed in place of the XXXXX
  6. REM for example, if you have a 14.4K modem, put 14400
  7.  
  8. REM use the first version if PPP should use the dialing
  9. REM script to connect, or the second version to start ppp
  10. REM after the connection is established with a terminal server
  11.  
  12. REM ppp /c Z /s XXXXX /d script /k 6
  13. ppp /c Z /s XXXXX /d none /k 6
  14.