home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / ezmenu1.zip / SETUP.BAT < prev    next >
DOS Batch File  |  1989-11-29  |  2KB  |  61 lines

  1. ECHO OFF
  2. CLS
  3. ECHO:
  4. ECHO This is the EZ-Menu version 3.6 SETUP procedure
  5. ECHO:
  6. ECHO This procedure will configure the EZ-Menu system to operate properly
  7. ECHO on your machine.  You should be in the \EZMENU subdirectory when you
  8. ECHO start this procedure.
  9. ECHO:
  10. PAUSE
  11. ECHO:
  12. ECHO Now we're going to convert any old menu files to work with EZ-Menu 3.5
  13. ECHO If this is the first time you're using EZ-Menu, then the conversion
  14. ECHO procedure will automatically skip the menu files.
  15. ECHO:
  16. EZCONV AUTO
  17. ECHO:
  18. ECHO One item of consideration is that if you have any menu entries of BATCH
  19. ECHO type, you will need to copy the .BAT files into the \EZMENU subdirectory
  20. ECHO or you might get an error when trying to execute them.  (this only
  21. ECHO applies to people previously using an older version of EZ-Menu).
  22. ECHO:
  23. ECHO We will now go into EZ-Menu to configure the program parameters...
  24. PAUSE
  25. IF EXIST EZMENU.COM DEL EZMENU.COM
  26. EZMENU
  27. ECHO:
  28. ECHO Now we are going to run a special utility called "Make-Menu" which
  29. ECHO will scan your hard disk looking for common applications, which if
  30. ECHO found will cause an item to be added to EZ-Menu so that you can call
  31. ECHO the application.  For further information consult the MAKEMNU.DOC file
  32. ECHO included in this package.  For the sake of simplicity, in MakeMenu,
  33. ECHO please press ENTER at the questions and accept the defaults.
  34. ECHO:
  35. PAUSE
  36. MAKEMNU
  37. ECHO:
  38. PAUSE
  39. ECHO:
  40. ECHO Now we are going to modify your AUTOEXEC.BAT file in order to allow
  41. ECHO EZ-Menu to operate correctly.  Please note that NOTHING will be erased
  42. ECHO - a few parameters will be modified; your existing applications should
  43. ECHO not be affected in any way.
  44. ECHO:
  45. ECHO Try not to be intimated by these messages - you will see exactly what
  46. ECHO changes will be made so that if your system is non-standard, it should
  47. ECHO be relatively easy to make appropriate modifications.  In almost all
  48. ECHO cases, the UPGRADE/INSTALL procedures will take care of everything.
  49. ECHO:
  50. PAUSE
  51. AUTOMOD
  52. IF EXIST AUTOEXEC.$$$ DEL %1\AUTOEXEC.$$$
  53. ECHO:
  54. ECHO Please note that EZ-Menu can be installed in other subdirectories also
  55. ECHO For more information, consult the documentation.
  56. ECHO:
  57. ECHO To start EZ-Menu, type "MENU".  It is recommended however, that you
  58. ECHO re-boot the computer in order to activate the modified AUTOEXEC.BAT.
  59. ECHO:
  60. ECHO == EZ-Menu is now installed ==
  61.