home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- cd\
- echo.
- echo ╔═════════════════════════════════════════╗
- echo ║ PC PLAY DOS Installer ║
- echo ╚═════════════════════════════════════════╝
- echo.
- echo ╔═════════════════════════════════════════════════════╗
- echo ║ Press the letter of the game you wish to install ║
- echo ╚═════════════════════════════════════════════════════╝
- echo.
- echo a. Into the Void
- echo b. Gender Wars
- echo c. Rayman
- echo d. Abuse
- echo e. Tronic
- echo f. TwinBlok
- echo g. Albion
- echo h. Gateway
- echo i. Highway Hunter
- echo.
- echo x. Exit
- echo.
- echo.
- choice /c:abcdefghijklmnopqrstuvwxyz /n
-
- if errorlevel 16 goto end
- if errorlevel 15 goto end
- if errorlevel 14 goto end
- if errorlevel 13 goto end
- if errorlevel 12 goto end
- if errorlevel 11 goto end
- if errorlevel 10 goto end
- if errorlevel 9 goto inst9
- if errorlevel 8 goto inst8
- if errorlevel 7 goto inst7
- if errorlevel 6 goto inst6
- if errorlevel 5 goto inst5
- if errorlevel 4 goto inst4
- if errorlevel 3 goto inst3
- if errorlevel 2 goto inst2
- if errorlevel 1 goto inst1
-
- :inst1
- Void.BAT
- goto end
-
- :inst2
- Gender.BAT
- goto end
-
- :inst3
- Rayman.BAT
- goto end
-
- :inst4
- Abuse.BAT
- goto end
-
- :inst5
- Tronic.BAT
- goto end
-
- :inst6
- Twinblok.BAT
- goto end
-
- :inst7
- Albion.BAT
- goto end
-
- :inst8
- Gateway.BAT
- goto end
-
- :inst9
- Highway.BAT
- goto end
-
- :end
-