+DELTREE, Utilities, Directory Tree Deletion( DELTREE 1.2OThis program is a rewrite of the DCL DELTREE provided by DIGITAL. This programJis written in C and should not have any affect upon the VMS version. Runson VAX and AXP.0This version of DELTREE provides the qualifiers:1 /CONFIRM - to confirm deletion of files.7 /LOG - to show a log of the deletion of files.JThe program has been written to accept logical directory names and provideLfull error messaging. The program also tries to set the protection on filesGautomatically so that you do not have to set them before performing theHDELTREE command (of course assuming that you have access to the files to begin with).N******************************************************************************Modifications:'1) (mod) Handle identifiers and ACLs.F2) (mod) Display the file name you cannot delete due to insufficientE privileges instead of the directory you are attempting to delete.H3) (mod) Display the file name you cannot delete due to already lockedA status instead of the directory you are attempting to delete.N******************************************************************************Related files: AAAREADME.1ST - This file." DELTREE.C - Source code.. DELTREE.CLD - Command definition file.! DELTREE.EXE - Executable. DELTREE.HLP - Help file." DELTREE.OBJ - Object code.# DELTREE.OPT - Options code.N****************************************************************************** Installing:A1. Make sure you have deleted any symbols pertaining to DELTREE:( $ DELETE/SYMBOL/GLOBAL DELTREE-2. Change the image location in DELTREE.CLD.G3. Either SET COMMAND DELTREE.CLD or add the command to DCLTABLES.EXE.;4. If any changes are made perform the following commands: $ CC/VAX DELTREE $ LIN DELTREE /OPTF5. (recommended step) Use the alternate command verb in DELTREE.CLD.5 In your SYLOGIN.COM file, add the following line:, $ DELTREE :== AMBIGUOUS_DELTREEL Why you ask?? Try 2000 stupid users that hardcoded the shortest versionM of every command and cannot live without DEL (they refuse to type DELE orJ anything longer at the command line!!!). Anyway, for those in systemsI management, you will know what I am talking about and understand why.I This will save a lot of headache that you can use for a good night ofJ drinking instead, trust me. Also, since DELTREE has a lot of deleting8 power, it makes the user type out the whole command.N******************************************************************************#Problems, questions or suggestions:# Jonathan C. Baker. Naval Surface Warfare Center Code N83) Dahlgren, VA 22448-5000 703-663-8705& jbaker@nswc.navy.mil