home *** CD-ROM | disk | FTP | other *** search
- @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
-