home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gambler 2
/
GAMBLERCD_2.bin
/
setup.bat
< prev
next >
Wrap
DOS Batch File
|
1996-06-30
|
298b
|
14 lines
@rem (c) 1996 21st Century Entertainment Ltd.
@echo off
cd pinball
setup_d.exe
cd ..
rem *** If c:\21stcent\absolute\absolute.err exists, delete it (setup is finished)
if not exist c:\21stcent\absolute\absolute.err goto no_del_err
del c:\21stcent\absolute\absolute.err
:no_del_err