home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC/CD Gamer UK 30
/
PCGAMER30.bin
/
finstall.bat
< prev
next >
Wrap
DOS Batch File
|
1996-03-24
|
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