home *** CD-ROM | disk | FTP | other *** search
- Echo OFF
- Cls
- if .%1==.SKIP GOTO SKIP
- Echo *==============[[ MarxMenu Installation ]]==============*
- Echo .
- Echo This program will unpack the compressed files and compile
- Echo the menus. Then MarxMenu will create the MARX.BAT file for
- Echo your system.
- Echo .
- Echo If you are evaluating MarxMenu for the first time on a network, you
- Echo might want to choose the single user option for quick installation.
- Echo You can always go back and reinstall it for a network.
- Echo .
- Echo *===============[[ I M P O R T A N T ! ]]===============*
- Echo .
- Echo You should be running this on your hard disk or network
- Echo If you're not, copy the files onto your hard disk or network
- Echo and run MARXINST from there.
- Echo .
- Echo *===============[[ I M P O R T A N T ! ]]===============*
- Echo .
- Echo If you are running this on a floppy disk, press CTRL-C now!
- Echo .
- Pause
- :skip
- if exist NSK.EXE del NSK.EXE
- if not exist MARXDOC.EXE goto skipA
- Cls
- Echo Unpacking Documentation Files . . .
- MarxDoc -o
- :skipA
- if not exist MENUS.EXE goto skipB
- Cls
- Echo Unpacking Sample Menus . . .
- Menus -o
- :skipB
- if not exist DISK2.EXE goto skipC
- Cls
- Echo Unpacking MarxEdit and TSR Utilities . . .
- MarxEdit -o
- :skipC
- if exist INST.MRX goto skipD
- Cls
- Echo Compiling Menus . . .
- for %%m in (*.mnu) do MarxComp %%m
- :skipD
- if exist PIPEDIR.EXE copy PIPEDIR.EXE WHEREIS.EXE >nul
- Cls
- Echo Loading Installation Menu . . .
- MARXMENU INST