home *** CD-ROM | disk | FTP | other *** search
/ CD Action 6 B / cdactioncoverdisc / ab_pinb / install / uninstal.bat < prev   
DOS Batch File  |  1996-07-11  |  248b  |  12 lines

  1. @rem (c) 1996 21st Century Entertainment Ltd.
  2.  
  3. @echo off
  4.  
  5. deltree /Y c:\21stcent\absolute
  6. pinball\if_demo.exe
  7. if errorlevel 1 goto nodel_dir
  8. deltree /Y c:\21stcent
  9. :nodel_dir
  10.  
  11. echo The Absolute Pinball demo was successfully uninstalled.
  12.