home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1995 September / C_BUYER.ISO / buyer.bat < prev    next >
DOS Batch File  |  1995-07-18  |  294b  |  28 lines

  1. @echo off
  2.  
  3. :TOP
  4. \diskdata\go-menu MAIN.mnu
  5. if errorlevel 4 goto END
  6. if errorlevel 3 goto HELP
  7. if errorlevel 2 goto 2
  8. if errorlevel 1 goto 1
  9. goto TOP
  10.  
  11. :1
  12. CD\DISKDATA
  13. SHARE.BAT
  14. GOTO END
  15.  
  16. :2
  17. CD\DISKDATA
  18. GAMES.BAT
  19. GOTO END
  20.  
  21. :HELP
  22. CD\DISKDATA
  23. SEE HELP.TXT
  24. GOTO TOP
  25.  
  26. :END
  27.  
  28.