home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jason Aller Floppy Collection
/
197.img
/
HYPE1.ZIP
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-05-08
|
301b
|
14 lines
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