home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 191.GO.BAT < prev    next >
DOS Batch File  |  1990-02-07  |  575b  |  30 lines

  1.     echo off
  2. :START
  3.     cls
  4.     type megaword.doc
  5. :GET_RPLY
  6.     reply
  7.     if errorlevel 69 goto GET_RPLY
  8.     if errorlevel 68 goto F10
  9.     if errorlevel 67 goto start
  10.     if errorlevel 66 goto start
  11.     if errorlevel 65 goto start
  12.     if errorlevel 64 goto start
  13.     if errorlevel 63 goto start
  14.     if errorlevel 62 goto start
  15.     if errorlevel 61 goto start
  16.     if errorlevel 60 goto F2
  17.     if errorlevel 59 goto F1
  18.     goto GET_RPLY
  19. :F10
  20.     cls
  21.     TYPE GOODBYE.DOC
  22.     GOTO END
  23. :F2
  24.     cls
  25.     README.BAT
  26. :F1
  27.     cls
  28.     rundemo.bat
  29. :END
  30.