math.lib : add.obj sub.obj mul.obj div.obj ilib @<< math.lib add.obj sub.obj mul.obj div.obj /L:listing <<
The above example creates an inline file and uses it to invoke the Library Manager (ILIB). The inline file is used as a response file by (ILIB). It specifies which library to use, the commands to execute, and the listing file to produce. The inline file contains the following:
math.lib
add.obj sub.obj mul.obj div.obj
/L:listing
Because no file name is listed after the ILIB command, the inline file is given a unique name and placed into the current directory (or the directory defined by the TMP environment variable).