home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sunny 1,000 Collection
/
SUNNY1000.iso
/
Files
/
Dos
/
Demoaf
/
ABS_DEMO.ZIP
/
UNINSTAL.BAT
< prev
Wrap
DOS Batch File
|
1996-08-02
|
407b
|
18 lines
@rem (c) 1996 21st Century Entertainment Ltd.
@echo off
if exist c:\21stcent\absolute\abs*.* goto cont
echo No Absolute Pinball files could be found on your hard disk - Uninstall aborted.
goto end
:cont
deltree /Y c:\21stcent\absolute
pinball\if_demo.exe
if errorlevel 1 goto nodel_dir
deltree /Y c:\21stcent
:nodel_dir
echo The Absolute Pinball demo was successfully uninstalled.
:end