home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem Kill PRODUCT FROM DEFAULT DIRECTORY
-
-
-
- rem check for dir
- if not exist c:\platinum\STRICTLY\nul goto nodir
-
- Echo Deleting C:\PLATINUM\STRICTLY ...
- delTREE C:\PLATINUM\STRICTLY
- Echo Success!
-
- goto exit
-
- :nodir
- Echo The Directory: C:\PLATINUM\STRICTLY does not exist.
- goto exit
-
- :exit
-