1.DEFINE FILE1 FILE1_EV6
$ INSTALL = "$INSTALL"
$ INSTALL
INSTALL> ADD SYS$SHARE:FILE1.EXE ! SYS$SHARE:FILE1 is added as a
known image
The first command in this example defines FILE1 as a logical
name with an equivalence name of FILE1_EV6. However, because
a device (SYS$SHARE:) file type (.EXE) are supplied, INSTALL
treats FILE1 as part of a file specification rather than as
part of a file specification.
2.DEFINE FILE1 FILE1_EV6
$ INSTALL = "$INSTALL"
$ INSTALL/TRANSLATE
INSTALL> ADD SYS$SHARE:FILE1.EXE ! SYS$SHARE:FILE1_EV6 is added as
a known image
The first command in this example defines FILE1 as a logical
name with an equivalence name of FILE1_EV6. Because /TRANSLATE
is specified, INSTALL treats FILE1 as a logical name even
though a device (SYS$SHARE:) file type (.EXE) are supplied.