Rational Developer for System z
PL/I for Windows, Version 8.0, Programming Guide

Example

The following is a command file called update:

/s "program \
= flash" sort.exe search.exe

You can use this command file by typing the following command:

nmake @update

This runs NMAKE using:

The backslash allows the macro definition to span two lines.


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)