home *** CD-ROM | disk | FTP | other *** search
/ PC Format 16 / Disk16-2.iso / PCF.BAT < prev   
DOS Batch File  |  1992-11-19  |  326b  |  33 lines

  1. @echo off
  2. :start
  3. cls
  4. disk1
  5. getkey asx
  6.  
  7. if errorlevel 3 goto quit
  8. if errorlevel 2 goto screened
  9. if errorlevel 1 goto armdemo
  10.  
  11. :armdemo
  12. cls
  13. cd armdemo
  14. armour
  15. cd\
  16. goto start
  17.  
  18. :screened
  19. cls
  20. cd screened
  21. screened
  22. cd\
  23. goto start
  24.  
  25. :quit
  26. cls
  27. goodbye
  28. getkey x
  29. if errorlevel 1 goto exit
  30. :exit
  31. echo on
  32. cls
  33.