home *** CD-ROM | disk | FTP | other *** search
- @echo off
- REM KAHN.BAT file used to connect to the Kahn Server
- if exist lsl.com goto start
-
- @echo You are missing the LSL.COM file necessary to use Kahn. This file is
- @echo distributed freely with the KLOS PPP stack. Please obtain this
- @echo file from www.klos.com
- goto end
-
- :start
- lsl
- ppp
- pppmenu
- pppstate wait ip
- pppwat kahn.cfg
- ipstub
- :end
-
-