home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 197.img / HYPE1.ZIP / INSTALL.CMD < prev    next >
OS/2 REXX Batch file  |  1990-05-08  |  271b  |  13 lines

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