home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / hdmiv.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-03-22  |  735b  |  22 lines

  1. echo off
  2. echo           This batch file is for a first time install only!
  3. echo           Cancel it if you have a prior version of HDM in use,
  4. echo           ...and use UPDATE.BAT to retain your menu entries.
  5. echo                  - DO NOT INSTALL IN ROOT DIRECTORY -
  6. echo           Press Ctrl-Break to cancel or Enter to continue...
  7. pause
  8. if x%1 == x goto err
  9. md %1
  10. copy *.* %1
  11. echo     Add the following statements to the end of your AUTOEXEC.BAT file:
  12. echo               PATH C:\;%1
  13. echo               CD %1
  14. echo               HDM
  15. pause
  16. echo Run %1\HDMDOC to extract HDM documentation.
  17. goto exit
  18. :err
  19. echo     You must enter the drive and directory to install HDM IV
  20. echo         example:  INSTALL C:\HDM
  21. :exit
  22.