home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / xdel_new.zip / XDEL.DOC next >
Text File  |  1995-07-31  |  1KB  |  41 lines

  1.  
  2.         XDEL - an enhanced DEL command for OS/2 
  3.  
  4.             Copyright (c) 1995, Klaus Joosz
  5.               All rights reserved.
  6.  
  7.     This program is free software. It is distributed in the hope that it 
  8.     will be useful, but WITHOUT ANY WARRANTY.
  9.  
  10. -------------------------------------------------------------------------------
  11.  
  12. This program is an extension of the OS/2 DEL command. It will delete the
  13. specified file in a directory and all subdirectories contained within. This 
  14. includes system and hidden files. Read only files can be deleted using the
  15. /R option. 
  16.  
  17.  
  18. Usage:  XDEL [DRIVE:][PATH]FILENAME [/OPTION] ...
  19.  
  20. FILENAME may contain wildcard characters (such as '*' and '?').
  21.  
  22. Options:
  23.   /D  Delete empty subdirectories
  24.   /F  Deleted files cannot be recovered using the OS/2 UNDELETE command
  25.   /N  Start deletion without warning
  26.   /O  Overwrite files before deletion
  27.   /P  Pause on each file
  28.   /R  Delete READ ONLY files
  29.   /S  Delete files in subdirectories
  30.   /?  Display the help screen
  31.  
  32.  
  33. Installation
  34.  
  35. Copy XDEL.EXE to a directory referenced by the PATH environment variable.
  36.  
  37.  
  38.  
  39.                             Klaus Joosz
  40.                             August 1, 1995
  41.