Use the NAME statement to define the name of the executable file.
| NAME statement syntax |
|---|
|
You can also identify the output file as an .EXE file by using the /EXEC option.
If you use the NAME statement in your .DEF file, it must be the first statement, and you cannot use the LIBRARY statement.
The following example assigns the name calendar to the executable program:
NAME calendar