Syntax: @ command
The /S option globally suppresses the display of commands while NMAKE is running. The at sign (@) modifier suppresses the display for individual commands.
Note: Regardless of the /S option or the @ modifier, output generated by the command itself always appears.
See Suppress Command Display (/S).