C-------------------------------------------------------------------C C Directory Management January 1983 C C Written by John C. Hayre, Texas Instruments C C Send suggestions and/or complaints to: C C C C Texas Instruments C C P.O. Box 225012, MS 3618 C C Dallas, Texas 75265 C C (Attention John Hayre) C C C C Phone: 214-995-3575 C C-------------------------------------------------------------------C Directory Management (DM) is a general purpose directory management program written for the VAX computer running under the VMS operating system, with VT100 terminals, and Digital Command Language (DCL). It allows a user to examine any directory for which he has the priviledge. When examining a directory the user may look at files or execute any "DCL" command. A list of the valid DM commands is on the bottom (24th) line of the CRT. These commands include the following capabilities: HELP - Get help in using this program EDIT - Edit a file using the Edt editor PRINT - Print one or more files COPY - Copy one or more files into another SHOW - Examine the file (page forward or backward, etc.) MORE - Include in the display the file creation data (time of creation, owner, protection status) LESS - Don't give file creation data - (Program runs faster) DELETE - Delete one or more files, or entire directories PURGE - Purge this directory DCL - Do any other DCL command QUIT - Quit the DCL program RENAME - Rename a file