To make COMPILE usable in individual accounts, place the following command
in the user's LOGIN.COM:

     $ SET COMMAND disk:[directory]COMPILE.CLD

where 'disk' and 'directory' are where the COMPILE.CLD file is located.


To install COMPILE on the system, enter the following command in a priviledged
account:

     $ SET COMMAND/TABLE=SYS$LIBRARY:DCLTABLES.EXE-
                  /OUTPUT=SYS$LIBRARY:DCLTABLES.EXE disk:[directory]COMPILE.CLD


To remove the command from the system table, issue the following command
from a priviledged account:

     $ SET COMMAND/DELETE/TABLE=SYS$LIBRARY:DCLTABLES.EXE-
                  /OUTPUT=SYS$LIBRARY:DCLTABLES.EXE COMPILE

The included files contain:

COMPILE.PLI;1  - Source for the COMPILE program.
COMPILE.CLD;1  - DCL command definition source file.
FILESCAN.MAR;1  - Source for the FILESCAN subroutine.

COMPILE.DOC;1  - Contains a manual for COMPILE.
COMPILE.HLP;1  - Help library insert module.

COMPILE.RNH;1  - Runoff source for the help library insert module.
COMPILE.RNO;1  - Runoff source for the COMPILE manual.

COMPILE.OBJ;1
FILESCAN.OBJ;1
COMPILE.EXE;1  - Executable image of COMPILE.
