home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magic 1995 #1 / CDM_5.ISO / shell / graph / ansi / scrdraw.arj / SCRDRAW.EXE / MENU.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-05-12  |  667 b   |  49 lines

  1. @echo off
  2.  
  3. :start
  4. see menu.scr
  5. if errorlevel 64 if not errorlevel 65 goto f6
  6. if errorlevel 63 if not errorlevel 64 goto f5
  7. if errorlevel 62 if not errorlevel 63 goto f4
  8. if errorlevel 61 if not errorlevel 62 goto f3
  9. if errorlevel 60 if not errorlevel 61 goto f2
  10. if errorlevel 59 if not errorlevel 60 goto f1
  11. if errorlevel 27 if not errorlevel 28 goto end
  12. goto start
  13.  
  14. :f6
  15. PCPIANO
  16. goto start
  17.  
  18. :f5
  19. cls
  20. see games
  21. REM you can create another batch file similar to MENU.BAT and call it from here
  22. goto start
  23.  
  24. :f4
  25. SS
  26. goto start
  27.  
  28. :f3
  29. SD
  30. goto start
  31.  
  32. :f2
  33. cls
  34. cd\wp
  35. wp
  36. cd\
  37. goto start
  38.  
  39. :f1
  40. cls
  41. cd\123
  42. 123
  43. cd\
  44.  
  45. goto start
  46. :end
  47. cls
  48. ver
  49.