home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if "%1"=="u" goto unload
- if "%1"=="U" goto unload
- if "%1"=="/u" goto unload
- if "%1"=="/U" goto unload
- if "%1"=="?" goto help
- if "%1"=="/?" goto help
- :load
- @echo ┌─────────────────────────────────────────────────────────────────────────────┐
- @echo │ Parallel Port Networking with Netware Lite Use: PIPXLITE U to unload │
- @echo │ Loading Server and Client ... PIPXLITE ? for help │
- @echo └─────────────────────────────────────────────────────────────────────────────┘
- share
- lsl
- pipx
- ipxodi a
- server
- client
- goto end
- :unload
- @echo ┌─────────────────────────────────────────────────────────────────────────────┐
- @echo │ Parallel Port Networking with Netware Lite Use: PIPXLITE U to unload │
- @echo │ UnLoading Server and Client ... PIPXLITE ? for help │
- @echo └─────────────────────────────────────────────────────────────────────────────┘
- client u
- server u
- ipxodi u
- pipx u
- lsl u
- goto end
- :help
- @echo ┌─────────────────────────────────────────────────────────────────────────────┐
- @echo │ Parallel Port Networking with Netware Lite Use: PIPXLITE U to unload │
- @echo │ PIPXLITE ? for help │
- @echo │ │
- @echo │ This example batch file may be used to load and unload the Netware Lite │
- @echo │ Server and Client "on the fly" with the Pipx parallel port ODI driver. │
- @echo │ │
- @echo │ We suggest you customize this file for your particular installation. │
- @echo │ │
- @echo │ Once Pipx is installed and configured on your particular PCs, you may │
- @echo │ create a network connection between them simply by connecting the cable │
- @echo │ and running this batch file. Use the "u" parameter to disconnect & unload. │
- @echo │ │
- @echo └─────────────────────────────────────────────────────────────────────────────┘
- :end
-