home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 24b / hdm_2.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1986-10-01  |  505b  |  18 lines

  1. echo off
  2. echo         This batch file is for first time install only
  3. echo     Press Ctrl-Break if this is not true, else press Enter
  4. pause
  5. if x%1 == x goto err
  6. md %1
  7. echo     Ignore Unable to Create Directory message if you get it.
  8. copy a:hdm*.* %1
  9. echo     Add the following statements to the end of your AUTOEXEC.BAT file:
  10. echo         CD %1
  11. echo         HDM
  12. pause
  13. cd %1
  14. hdm
  15. :err
  16. echo     You must enter the drive and directory to install HDM II
  17. echo         example:  INSTALL C:\HDM2
  18.