home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / marxmenu.arc / MARXINST.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-03-27  |  1.4 KB  |  51 lines

  1. Echo OFF
  2. Cls
  3. if .%1==.SKIP GOTO SKIP
  4. Echo *==============[[ MarxMenu Installation ]]==============*
  5. Echo .
  6. Echo This program will unpack the compressed files and compile
  7. Echo the menus. Then MarxMenu will create the MARX.BAT file for
  8. Echo your system.
  9. Echo .
  10. Echo If you are evaluating MarxMenu for the first time on a network, you
  11. Echo might want to choose the single user option for quick installation.
  12. Echo You can always go back and reinstall it for a network.
  13. Echo .
  14. Echo *===============[[ I M P O R T A N T ! ]]===============*
  15. Echo .
  16. Echo You should be running this on your hard disk or network
  17. Echo If you're not, copy the files onto your hard disk or network
  18. Echo and run MARXINST from there.
  19. Echo .
  20. Echo *===============[[ I M P O R T A N T ! ]]===============*
  21. Echo .
  22. Echo If you are running this on a floppy disk, press CTRL-C now!
  23. Echo .
  24. Pause
  25. :skip
  26. if exist NSK.EXE del NSK.EXE
  27. if not exist MARXDOC.EXE goto skipA
  28. Cls
  29. Echo Unpacking Documentation Files . . .
  30. MarxDoc -o
  31. :skipA
  32. if not exist MENUS.EXE goto skipB
  33. Cls
  34. Echo Unpacking Sample Menus . . .
  35. Menus -o
  36. :skipB
  37. if not exist DISK2.EXE goto skipC
  38. Cls
  39. Echo Unpacking MarxEdit and TSR Utilities . . .
  40. MarxEdit -o
  41. :skipC
  42. if exist INST.MRX goto skipD
  43. Cls
  44. Echo Compiling Menus . . .
  45. for %%m in (*.mnu) do MarxComp %%m
  46. :skipD
  47. if exist PIPEDIR.EXE copy PIPEDIR.EXE WHEREIS.EXE >nul
  48. Cls
  49. Echo Loading Installation Menu . . .
  50. MARXMENU INST
  51.