Display ErrorLevel on the screen SUMMARY: Debug batch files by displaying the error level returned by DOS commands.
Loyal MalekTips reader, going by the handle "Fast Track", suggested this tip.
Debugging batch files and need to see the error level results of every DOS command echoed to the screen? Try this command:
COMMAND /Z
This echoes the command processor with 'errorlevel' echoed to the screen.
Add:
Del.icio.us |
Digg |
Furl |
My Yahoo!
Discuss This Tip
Print This Tip
Get E-Mail When New Tips are Online
Return to the DOS and Batch Files page. |