PRUNE 5.1 - by Cheul Chung - Copyright(c) 1994, 95, 96 by Cheul Chung

PRUNE - selective file deleter

A file deletion utility which searches through a given directory and its
sub-directories and deletes all files that fit the filename specified by the
user. Standard wildcards (* and ?) are supported. The program will not delete
hidden, read-only, or system files, unless specified through the switches
/H or /K. If you do not enter path, the program assumes that you want to
prune the current directory.

USAGE: PRUNE [disk:][\directory\...\]<filename> [/H][/P][/D][/K][/XD][/XK]
         
[directory]: directory to be pruned. If none entered, the current directory 
             is pruned. 
<filename>:  name of file(s) to be deleted. Standard DOS wildcards (*,?) are 
             possible. Entering *.* will delete all files in the current 
             directory and its sub-directories.
  
Possible Options: /H, /D, /P, /K, /XD, /XK

 H - delete hidden, read-only and system files
 P - turn off deletion prompting
 X - turn off mass deletion prompting
 D - mass delete: delete all files and remove all directories (except
                  hidden, read-only, and system files)
 K - mass kill: delete all files and remove all directories (including
                hidden, read-only, and system files)

NOTE: PRUNE 5.1 is freeware and may be freely distributed and used for 
non-commercial purposes. For use by business or government organizations,
there is a minimal yearly fee. For information on commercial site-licenses,
send e-mail to:
         cchung@nyx.cs.du.edu

DISCLAMER: Please note that there are no guarantees or warranties implicit
in the use of PRUNE, and that the author is not liable for any damages that
may occur from its use in any manner whatsoever.



