home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1996 May
/
buyer-0596.iso
/
buyer
/
2.bat
< prev
next >
Wrap
DOS Batch File
|
1995-03-23
|
108b
|
7 lines
@echo off
cd\GAMES\FG
INSTALL.EXE
if exist sound.bat call sound.bat
if exist fg.bat call fg.bat
pause