| ARM Technical Support Knowledge Articles | |
Applies to: General Topics
Information in this article applies to:
Do the compiler and assembler set the DOS error level that I can check in my BATCH files?
Yes, all our tools set the DOS errorlevel to one of the following values:
0 -- Successful with no errors or warnings 1 -- Warnings 2 -- Errors (and possibly Warnings) 3 -- Fatal Errors
Refer to the following compiler user's guides for more information about ERRORLEVEL:
Article last edited on: 2008-04-28 13:25:33
Did you find this article helpful? Yes No
How can we improve this article?