home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PowerPlay 1996 September
/
PowerPlay0996.iso
/
genedemo
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1996-02-26
|
161b
|
10 lines
@echo off
if not exist install.ini goto error
setsound
goto end
:error
echo Please change your drive to the game CD,
echo and enter INSTALL.
:end
echo.