echo off cls echo ===== Starting up PC Arcade selection menu ===== :rerun shell %1 if errorlevel 206 goto txt6 if errorlevel 205 goto txt5 if errorlevel 204 goto txt4 if errorlevel 203 goto txt3 if errorlevel 202 goto txt2 if errorlevel 201 goto txt1 if errorlevel 200 goto help if errorlevel 104 goto pgm4 if errorlevel 103 goto pgm3 if errorlevel 102 goto pgm2 if errorlevel 101 goto pgm1 if errorlevel 1 goto error echo. echo PLEASE MAKE COPIES OF THIS ENTIRE DISK AND GIVE IT TO FRIENDS echo. echo We want as many people as possible to sample the great programs available echo from PC Arcade. A three issue trial subscription to PC Arcade is only echo $49.95. To order, or for more information, call 1-800-831-2694. echo. echo MAKING COPIES OF THIS DISK echo. echo You may make copies of the entire disk as you recieved it and give it away echo to as many friends and family members as you like. However you can't make echo copies of individual programs or sell copies of this disk or it's programs. echo. echo THESE PROGRAMS ARE COPYRIGHT (C) 1990 SOFTDISK, INC. echo. echo Softdisk programs are protected by federal law. Softdisk Publishing, as a echo member of the Software Publishers Association (SPA), supports the industry's echo effort to fight the illegal copying of personal computer software. echo Report copyright violations to: echo. echo SPA, 1101 Conneticut Ave NW, Suite 901, Washington, DC 20036 echo. echo THANK YOU goto myend :error echo ***** Fatal Error occured!!! Execution terminated. ***** goto myend :help sv text\help.txt goto rerun :txt2 sv text\dave.txt goto rerun :txt1 sv text\catacomb.txt goto rerun :txt3 sv text\editor.txt goto rerun :txt4 sv text\info.txt goto rerun :txt5 sv text\report.txt goto rerun :txt6 sv text\comming.txt goto rerun :pgm2 cd ddave dave cd .. goto rerun :pgm1 cd catacomb catacomb cd .. goto rerun :pgm3 :pgm4 echo !!! ILLEGAL PROGRAM SELECTION !!! :myend