.ap;.p0 .lm1 .fill;.no justify .center;VTERM Installation Instructions VTERM should be installed from the SYSTEM username, or any username with the CMKRNL, SYSNAM, and SYSPRV privileges. The following steps are required to install VTERM on a VAX/VMS system: .list 1 .le;Assemble VTERM.MAR .indent10;_$ MACRO VTERM .le;Compile the VTERM message file .indent10;_$ MESSAGE VTERMMSG .le;Link the VTERM executable image .indent10;_$ LINK VTERM,VTERMMSG .le;Copy VTERM.EXE to SYS$SYSTEM and install with ALTPRI privilege .indent10;_$ COPY VTERM.EXE SYS$SYSTEM .indent10;_$ MCR INSTALL VTERM/PRIV=ALTPRI .le;Assign the logical names required by VTERM .indent10;_$ DEFINE /SYSTEM VTERM_$PRIORITY "5" .indent10;_$ DEFINE /SYSTEM SYS_$DIALOUT "TTcu,TTcu,..." .le;Create the VTERM help library .indent10;_$ LIBRARY /HELP /CREATE SYS$HELP:VTERMHLP VTERMHLP .le;Copy VTERM.COM to an appropriate directory and define a symbol in the system-wide login procedure to reference it. At ADM, we use SYS$MANAGER .indent10;_$ COPY VTERM.COM SYS$MANAGER .indent10;_$ VTERM == "@SYS$MANAGER:VTERM" .end list