home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Action 14 A & 15 A
/
cdactioncoverdisc
/
flight
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1995-05-05
|
231b
|
12 lines
@echo off
if exist .\cdrom\engpile\audinstr.res goto all_ok
echo Please run install directly from the CD-ROM base directory...
goto exit
:all_ok
echo Loading install....
inst\initial.exe
echo ...install finished
:exit