home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / selprune.zip / README.1ST next >
Text File  |  1994-03-04  |  1KB  |  35 lines

  1. SELPRUNE  Version 1.00
  2.  
  3.   This program will run under DOS and OS/2.
  4.  
  5.   This will selectively remove files that are specified on the command line.
  6. It will, if indicated to do so, will do the same to all subdirectories.
  7. It also has the capability of removing hidden and system files.  If the file
  8. is unable to be deleted, then SELPRUNE will ask you to confirm the removal
  9. of the file.  Also has the ability, if indicated to do so, to remove the
  10. subdirectories.  If indicated, will list the files and the directory as they
  11. are being removed.
  12.  
  13. To use:
  14.  
  15.   SELPRUNE [-flags] <file specification>
  16.  
  17. The flags are optional
  18.  
  19.    -D  Remove the directories also
  20.    -H  Remove hidden files also
  21.    -L  List the files that are being deleted
  22.    -O  Override any confirmation questions
  23.    -R  Recursively do subdirectories
  24.    -S  Remove system files also
  25.  
  26. Indicate what files to delete.
  27.  
  28.   EXAMPLE:
  29.  
  30.      selprune -lr *.*   (This will remove all the files but leave the tree)
  31.   
  32.  
  33.  
  34.  
  35.