home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Studio Effects / MULTIMEDIA.ISO / _debug / 5.bat < prev    next >
DOS Batch File  |  1995-05-15  |  315b  |  20 lines

  1. @echo off
  2. rem Kill PRODUCT FROM DEFAULT DIRECTORY
  3.  
  4.  
  5.  
  6. rem check for dir
  7. if not exist c:\platinum\SIGHTSND\nul goto nodir
  8.  
  9. Echo Deleting C:\PLATINUM\SIGHTSND ...
  10. delTREE C:\PLATINUM\SIGHTSND
  11. Echo Success!
  12.  
  13. goto exit
  14.  
  15. :nodir
  16. Echo The Directory: C:\PLATINUM\SIGHTSND does not exist.
  17. goto exit
  18.  
  19. :exit
  20.