home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sunny 1,000 Collection
/
SUNNY1000.iso
/
Files
/
Dos
/
Demoaf
/
ABS_DEMO.ZIP
/
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