home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Action 1998 July (Bonus)
/
PCABonus0798.bin
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1998-03-25
|
102b
|
8 lines
@echo off
cd dos
i c:\pinballg go.bat 0
if not errorlevel 1 goto end
call setsound
go
:end
cd..