home *** CD-ROM | disk | FTP | other *** search
- echo off
- IF NOT EXIST install.bat GOTO err
- ha5ins
- IF ERRORLEVEL 1 GOTO END
- ha5dos ha5ins
- IF EXIST ha5mdm.msg type ha5mdm.msg
- IF EXIST ha5mdm.msg del ha5mdm.msg
- GOTO end
- :err
- cls
- echo Please log onto the drive that contains the HyperACCESS/5 Program
- echo Disk and then type INSTALL.
- :end
-