home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if not exist \cdgames\cdshell\cdshell.exe echo Please run INSTALL from the CD-ROM drive root directory
- if not exist \cdgames\cdshell\cdshell.exe goto exit
- :direct
- cd \cdgames\cdshell
- if not exist cdshell.exe goto error
- cdshell PROPER INSTALL %1 %2 %3
- :postcdgp
- if errorlevel 4 goto spawned
- if errorlevel 3 goto error
- if errorlevel 2 goto tasked
- if errorlevel 1 goto exit
- :spawned
- goto direct
- :tasked
- if not exist CDGAMES.bat echo ERROR -- Unable to use Data Disk, please reinstall
- if not exist CDGAMES.bat goto exit
- CDGAMES
- :error
- echo Fatal Error
- pause
- :exit
- cd \
-
-