Turn Error Checking Off (-)
Syntax: -[n] command
The /I option globally turns command error-checking off. The dash (-) command
modifier overrides the global setting to turn error checking off for commands
individually. This modifier is used in two ways:
- A dash without a number turns off all error checking.
- A dash followed by a number causes NMAKE to halt only
if the exit code returned by the command is greater than the number.
See Ignore Exit Codes (/I).
[Back: Characters That Modify Commands]
[Next: Dash-Command Modifier Examples]