home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / DELPTH11.LZH / DELPATH.DOC next >
Text File  |  1992-06-01  |  2KB  |  49 lines

  1.                                  DelPath
  2.                                  -------
  3.  
  4. I have always wanted the ability to delete an entire directory including all
  5. subdirectories. Neither DOS nor OS/2 provided this. Some full screen file
  6. utilities had this capability, but in certain situtations, these weren't 
  7. useful (i.e. batch files). A command line program was needed. System, hidden 
  8. and read-only files had to be deleted too. This was especially useful in a 
  9. LAN environment.
  10.  
  11. DelPath will delete an entire path including all subdirectories. System, 
  12. hidden, and read-only attributes are removed and then deleted. This is a 
  13. very powerful, but very dangerous tool also. BE CAREFUL that you don't delete
  14. the wrong path. Mistakes can be disasterous, since the entire path is 
  15. removed. A confirmation is displayed to make sure you know what you are 
  16. deleting. As files are deleted, they are displayed on the screen. 
  17. -----------------------------------------------------------------------------
  18. Files:
  19.     delpath.exe - the DelPath program
  20.     delpath.doc - this documentation file
  21. -----------------------------------------------------------------------------
  22. Examples:
  23. delpath c:\test
  24. This will delete the files in test subdirectory plus all subdirectories.
  25.  
  26. delpath c:\
  27. This will delete all files on c:
  28.  
  29. delpath \\server20\c$\test
  30. UNC names are supported, so this will delete the test subdirectory off the
  31. C: drive of the server named SERVER20. (LAN Server and LAN Manager only)
  32.  
  33. echo y | delpath test
  34. Delete the test subdirectory below the current path. The ECHO Y will answer
  35. the confirmation prompt.
  36. ------------------------------------------------------------------------------
  37. HISTORY:
  38.   Verion 1.1 - repsonds with correct message regarding an invalid path
  39.                added /v and /y switches
  40. ------------------------------------------------------------------------------
  41. If you have suggestions on enhancements, please contact me at:
  42. Jim Sauber
  43. 400 N Robert St
  44. St Paul, MN 55101
  45.    - or -
  46. The OS/2 Shareware BBS
  47. 703-385-4325
  48. User Name: Jim Sauber
  49.