home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 1997 August
/
Personal_Computer_World_Aug_97.iso
/
games
/
pinball
/
setup.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1996-06-30
|
298 b
|
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