.SILENT

Syntax: .SILENT : dependents...

This pseudotarget suppresses the display of executed commands for a single description block. The /S option does the same thing for all description blocks.

See Suppress Command Display (/S).


[Back: Predefined Pseudotargets]
[Next: .IGNORE]