home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 195.img / HYPE3.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-05-08  |  301b  |  14 lines

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