ILINK Help (ilink.hlp) (
Table of Contents;
Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
Execute Commands If ILINK Fails (/E)
◄Up► ◄Contents► ◄Index► ◄Back►
─────Execute Commands If ILINK Fails (/E)───────────────────────────────────
Syntax: /E
Specifies a list of commands to be executed if ILINK detects an
incremental violation. The commands are enclosed in double
quotes. Multiple commands must be separated by spaces and a
semicolon. For example,
/E "CL /c F1 ; LINK F1.OBJ;"
In this example, if the incremental link fails, two commands are
executed:
CL /c F1
LINK F1.OBJ;
The character string '%s' can be used in a command to indicate the
name of the executable file or dynamic-link library file being
linked. The '%s' represents the file name only, without a file-
name extension.
If you omit the /E option and the incremental link fails, ILINK
automatically attempts a full link using the following command:
LINK @%s.lnk
-♦-