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: 1. Assemble VTERM.MAR $ MACRO VTERM 2. Compile the VTERM message file $ MESSAGE VTERMMSG 3. Link the VTERM executable image $ LINK VTERM,VTERMMSG 4. Copy VTERM.EXE to SYS$SYSTEM and install with ALTPRI privilege $ COPY VTERM.EXE SYS$SYSTEM $ MCR INSTALL VTERM/PRIV=ALTPRI 5. Assign the logical names required by VTERM $ DEFINE /SYSTEM VTERM$PRIORITY "5" $ DEFINE /SYSTEM SYS$DIALOUT "TTcu,TTcu,..." 6. Create the VTERM help library $ LIBRARY /HELP /CREATE SYS$HELP:VTERMHLP VTERMHLP 7. 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 $ COPY VTERM.COM SYS$MANAGER $ VTERM == "@SYS$MANAGER:VTERM"