/[NO]E[XECUTABLE][=file-spec]

Instructs the Linker to produce an executable image file and optionally specifies the file name for the image using the file-specification argument.

If you do not specify a file name, the Linker produces an image file with the same name as the first input file, but with a .EXE file extension.

By default the Linker produces /EXECUTABLE images.