home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 November / PCO1197.ISO / FilesBBS / WIN3X / KDOS100.EXE / LOADPPP.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-10-06  |  364 b   |  19 lines

  1. @echo off
  2. REM KAHN.BAT file used to connect to the Kahn Server
  3. if exist lsl.com goto start
  4.  
  5. @echo You are missing the LSL.COM file necessary to use Kahn. This file is 
  6. @echo distributed freely with the KLOS PPP stack. Please obtain this 
  7. @echo file from www.klos.com
  8. goto end
  9.  
  10. :start
  11. lsl
  12. ppp
  13. pppmenu
  14. pppstate wait ip
  15. pppwat kahn.cfg
  16. ipstub
  17. :end
  18.  
  19.