home *** CD-ROM | disk | FTP | other *** search
- █████████████████████
- ▀▀ AXE v1.0 ▀▀
- ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
- Use at your own risk.
-
- This program will delete all files in all the subdirectories of the
- current directory. It will then delete all subdirectories of the
- current directory. It will do nothing more and nothing less, and it
- will not delete any files in the current directory.
-
- You may find this handy if you just installed a huge program which chews
- up subdirectories, and you want to kill it without going thru each
- subdirectory and deleting files.
-
- There are probably many similar programs out there, but I couldn't find
- any so here's another one to add to your collection.
-
- If you use or like the program, send netmail comments or suggestions to:
- Andy Shakinovsky 1:141/780@fidonet.org
-
- Usage: AXE <enter>
- The program will ask you to confirm the operation.
-
- Example:
- Say you have a directory structure like this:
- [ROOT]─┐
- ├[TC]─┐
- │ ├[BGI]
- │ ├[LIB]
- │ ├[INCLUDE]
- │ └[PROGRAMS]
- ├[GAMES]
- └[DOS]
-
- You want to get rid of TC and all its subdirectories. Do:
- CD\TC <enter>
- AXE <enter>
-
- Axe will then leave you with a structure like this:
- [ROOT]─┐
- ├[TC]
- ├[GAMES]
- └[DOS]
-
- All files in TC will still be intact, however.
-
- This program was written in Borland Turbo C, and was tested on
- DOS 5.0 and Novell Netware 3.11.
- It worked on DOS 5.0 but didn't work on Novell Netware 3.11.
- I am not about to make it work on network drives. Hard drives
- are good enough for now.
-
- -Andy Shakinovsky
-