home *** CD-ROM | disk | FTP | other *** search
/ Only the Best 150 Games 2 / MAXGAMES.iso / pyramid2 / pystart.bat < prev    next >
DOS Batch File  |  1991-10-14  |  672b  |  46 lines

  1. Echo Off
  2. :AGAIN
  3. Cls
  4. Type PyIntro
  5. PyReply
  6. If Errorlevel 65 Goto Again
  7. If Errorlevel 64 Goto End
  8. If Errorlevel 63 Goto F5
  9. If Errorlevel 62 Goto F4
  10. If Errorlevel 61 Goto F3
  11. If Errorlevel 60 Goto F2
  12. If Errorlevel 59 Goto F1
  13. Goto Again
  14. :F1
  15.   Cls
  16.   PyRead Pyramid2.Doc
  17.   Goto Again
  18. :F2
  19.   Cls
  20.   Type PyPrt
  21.   PyReply
  22.   If Errorlevel 14 Goto Again
  23.   Type Pyramid2.Doc>Prn
  24.   Goto Again
  25. :F3
  26.   Cls
  27.   Type PyHd
  28.   PyReply
  29.   If Errorlevel 14 Goto Again
  30.   PInstall
  31.   Goto End
  32. :F4
  33.   Cls
  34.   Type PyPrt
  35.   PyReply
  36.   If Errorlevel 14 Goto Again
  37.   Type PyReg>Prn
  38.   Goto Again
  39. :F5
  40.   Cls
  41.   Pyramid2
  42.   If Errorlevel 14 Goto Again
  43.   Goto Again
  44. :End
  45. Cls
  46.