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

  1. @echo off
  2.  
  3. :TOP
  4. \diskdata\go-menu share.mnu
  5. if errorlevel 8 goto END
  6. if errorlevel 7 goto HELP
  7. if errorlevel 6 goto 5
  8. if errorlevel 5 goto 4
  9. if errorlevel 4 goto 3
  10. if errorlevel 3 goto 2
  11. if errorlevel 2 goto 1
  12. if errorlevel 1 goto MAIN
  13. goto TOP
  14.  
  15. :1
  16. CD\DOSSHARE\COLWIZ
  17. INSTALL.EXE
  18. GOTO END
  19.  
  20. :2
  21. CD\DOSSHARE\MOVIES
  22. INSTALL.EXE
  23. GOTO END
  24.  
  25. :3
  26. CD\DOSSHARE\BOOT
  27. BOOTINST.EXE
  28. GOTO END
  29.  
  30. :4
  31. CD\DOSSHARE\BOXERDOS
  32. BOXER.EXE
  33. GOTO END
  34.  
  35. :5
  36. CD\DOSSHARE\FINNISH
  37. INSTALL.EXE
  38. goto end
  39.  
  40. :MAIN
  41. CD\
  42. BUYER.BAT
  43. GOTO END
  44.  
  45. :HELP
  46. CD\DISKDATA
  47. SEE HELP.TXT
  48. GOTO TOP
  49.  
  50. :END
  51.  
  52.