home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.5 / 1997-08_Disc_3.5.iso / pinball / uninstal.bat < prev   
DOS Batch File  |  1996-08-02  |  407b  |  18 lines

  1. @rem (c) 1996 21st Century Entertainment Ltd.
  2.  
  3. @echo off
  4.  
  5. if exist c:\21stcent\absolute\abs*.* goto cont
  6. echo No Absolute Pinball files could be found on your hard disk - Uninstall aborted.
  7. goto end
  8.  
  9. :cont
  10. deltree /Y c:\21stcent\absolute
  11. pinball\if_demo.exe
  12. if errorlevel 1 goto nodel_dir
  13. deltree /Y c:\21stcent
  14. :nodel_dir
  15.  
  16. echo The Absolute Pinball demo was successfully uninstalled.
  17. :end
  18.