home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / dosutils / axe10.arj / AXE.DOC < prev   
Encoding:
Text File  |  1992-07-22  |  1.7 KB  |  55 lines

  1.                      █████████████████████
  2.                      ▀▀    AXE  v1.0    ▀▀
  3.                      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  4.                      Use at your own risk.
  5.  
  6. This program will delete all files in all the subdirectories of the
  7. current directory. It will then delete all subdirectories of the
  8. current directory. It will do nothing more and nothing less, and it
  9. will not delete any files in the current directory.
  10.  
  11. You may find this handy if you just installed a huge program which chews
  12. up subdirectories, and you want to kill it without going thru each
  13. subdirectory and deleting files.
  14.  
  15. There are probably many similar programs out there, but I couldn't find
  16. any so here's another one to add to your collection.
  17.  
  18. If you use or like the program, send netmail comments or suggestions to:
  19. Andy Shakinovsky 1:141/780@fidonet.org
  20.  
  21. Usage:  AXE <enter>
  22. The program will ask you to confirm the operation.
  23.  
  24. Example:
  25. Say you have a directory structure like this:
  26. [ROOT]─┐
  27.        ├[TC]─┐
  28.        │     ├[BGI]
  29.        │     ├[LIB]
  30.        │     ├[INCLUDE]
  31.        │     └[PROGRAMS]
  32.        ├[GAMES]
  33.        └[DOS]
  34.  
  35. You want to get rid of TC and all its subdirectories. Do:
  36. CD\TC <enter>
  37. AXE <enter>
  38.  
  39. Axe will then leave you with a structure like this:
  40. [ROOT]─┐
  41.        ├[TC]
  42.        ├[GAMES]
  43.        └[DOS]
  44.  
  45. All files in TC will still be intact, however.
  46.  
  47. This program was written in Borland Turbo C, and was tested on
  48. DOS 5.0 and Novell Netware 3.11.
  49. It worked on DOS 5.0 but didn't work on Novell Netware 3.11.
  50. I am not about to make it work on network drives. Hard drives
  51. are good enough for now.
  52.  
  53.                                         -Andy Shakinovsky
  54.  
  55.