home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jason Aller Floppy Collection
/
195.img
/
HYPE3.ZIP
/
INSTALL.CMD
< prev
Wrap
OS/2 REXX Batch file
|
1990-05-08
|
271b
|
13 lines
@echo off
IF NOT EXIST install.cmd GOTO err
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
@echo off