home *** CD-ROM | disk | FTP | other *** search
- :menu
- mode CO80
- menu IPX.DAT
- if errorlevel 100 goto fatal
- if errorlevel 27 goto stop
- if errorlevel 9 goto 9
- if errorlevel 8 goto 8
- if errorlevel 7 goto 7
- if errorlevel 6 goto 6
- if errorlevel 5 goto 5
- if errorlevel 4 goto 4
- if errorlevel 3 goto 3
- if errorlevel 2 goto 2
- if errorlevel 1 goto 1
- goto stop
- :1
- write doomshar.dat
- showtext \wireplay\install\utils\multiser.txt
- goto menu
- :2
- write doom19.dat
- showtext \wireplay\install\utils\multiser.txt
- goto menu
- :3
- write doom2.dat
- showtext \wireplay\install\utils\multiser.txt
- goto menu
- :4
- write doom_se.dat
- showtext \wireplay\install\utils\multiser.txt
- goto menu
- :5
- write duke3d.dat
- showtext \wireplay\install\utils\wpcommit.txt
- goto menu
- :6
- write tv.dat
- showtext \wireplay\install\utils\wpcommit.txt
- goto menu
- :7
- write indycar.dat
- showtext \wireplay\install\utils\wpindy.txt
- goto menu
- :8
- write icr2.dat
- showtext \wireplay\install\utils\wpindy.txt
- goto menu
- :9
- REM end menu
- goto stop
- :10
- :fatal
- echo Fatal Error running IPX driver menu
- :stop
-