home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 189.img / CALC2.ZIP / RUNME.BAT < prev    next >
DOS Batch File  |  1989-09-07  |  472b  |  27 lines

  1. echo off
  2. cls
  3. echo  
  4. echo  To run "ARE YOU READY FOR CALCULUS II?" with a color monitor, select 1.
  5. echo  
  6. echo  To run "ARE YOU READY FOR CALCULUS II?" with a monochrome monitor, select 2.
  7. echo  
  8. getkey To quit, press any other key. 
  9. echo  
  10. if errorlevel 51 goto END
  11. if errorlevel 50 goto TWO
  12. if errorlevel 49 goto ONE
  13. goto END
  14. :TWO
  15. echo  
  16. echo  Please wait.
  17. echo  
  18. rurcii n
  19. goto END
  20. :ONE
  21. echo  
  22. echo  Please wait.
  23. echo  
  24. rurcii c
  25. goto END
  26. :END  
  27.