Copyright Digital Equipment Corp. All rights reserved.

Example

 $ INSTALL = "$INSTALL"
 $ DEFINE FILE1 FILE1_EV56
 $ INSTALL/TRANSLATE
 INSTALL>
 ADD SYS$SHARE:FILE1.EXE
 EXIT

     The first command in this example defines FILE1_EV56 as the
     logical name to replace FILE1. The /TRANSLATE command directs
     INSTALL to substitute FILE1_EV56 for FILE1. FILE1_EV56 will be
     installed as a known image. (If /TRANSLATE were not specified,
     SYS$SHARE:FILE1 would be installed.)