Hugh Kennedy, Support Section, ISD, Wilton HQ ICI Chemicals & Polymers Group Date: 22 Oct 1987 TREEDEL Version Y1.01 1.0 Description Treedel is a directory tree delete program for use under VAX/VMS. It re- places slow and resource hungry DCL in deleteing a directory and any files therein. If the directory to be deleted contains directory files then they are scanned first for further files to be deleted. 2.0 Usage Treedel is intended to be defined as a foreign command. To use it, the following should be defined in the users login command procedure (LOGIN.COM). $ TREEDEL :== $SYS$TOOLS:TREEDEL The command is then invoked as follows: $ TREEDEL filespec The file specification is expected to be that of a directory, e.g. a file specification of FRED.DIR would result in the subdirectory called [.FRED] being deleted. For a list of qualifiers, see the document TREEDEL.HLP. 3.0 Building Treedel is build using MMS. To rebuild it, just set default to the direc- tory containg the sources and use the following command: $ MMS/DESCR=TREEDEL.MMS TREEDEL.EXE