home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0020 - 0029 / ibm0020-0029 / ibm0028.tar / ibm0028 / HA5V2-2.ZIP / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-04-22  |  286 b   |  13 lines

  1. echo off
  2. IF NOT EXIST install.bat GOTO err
  3. insdos
  4. IF ERRORLEVEL 1 GOTO END
  5. IF EXIST ha5mdm.msg type ha5mdm.msg
  6. IF EXIST ha5mdm.msg del  ha5mdm.msg
  7. GOTO end
  8. :err
  9. cls
  10. echo Please log onto the drive that contains the HyperACCESS/5 Program
  11. echo Disk and then type INSTALL.
  12. :end
  13.