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.