NOTE - DELTREE was originally named DELDIR.


DELTREE - starts at the current directory and deletes all files and   
subdirectories in the target, then it deletes the target directory.  
                                                                     
This program supports HPFS long file names.  Simply type in the      
long directory name without quotes. For example this command:        
           DELTREE os!2 2.0 desktop                                   
will delete the desktop directory structure.                         
                                                                     
                                                                     
 Written by Mark Polly - Progressive Insurance.                      
            July 2, 1992                                             
                      
-------------------------------------------------

	Updated 9 June 2003 by Carl Harding - www.cphe.biz
	Added the option of entering "/Y" to delete without prompting. Also the inverted commas
	(or quotes) can be placed around the file name to help those who have a habit of doing
	so when using filenames with spaces.

	Just type:
		DELTREE
	for syntax information.

-------------------------------------------------