home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / gamegif / cd-show.lzh / START.BAT < prev   
DOS Batch File  |  1990-01-31  |  501b  |  40 lines

  1. echo off
  2. cls
  3. type city3.ans
  4. pause
  5. echo off
  6. :RESTART
  7.   CLS
  8.   type menu008.dat
  9.   askbat Enter Your Selection.. (ABCDEFG) ABCDEFG
  10.   if errorlevel 7 goto G
  11.   if errorlevel 6 goto F
  12.   if errorlevel 5 goto E
  13.   if errorlevel 4 goto D
  14.   if errorlevel 3 goto C
  15.   if errorlevel 2 goto B
  16.   if errorlevel 1 goto A
  17.   GOTO END
  18. :A
  19. show compact
  20.  GOTO RESTART
  21. :B
  22.  
  23.   GOTO RESTART
  24. :C
  25.  
  26.  GOTO RESTART
  27. :D
  28.  
  29.  GOTO RESTART
  30. :E
  31.  
  32.   GOTO RESTART
  33. :F
  34.  
  35.   GOTO RESTART  
  36. :G
  37. GOTO END
  38. :END
  39.   CLS
  40.