Hello community:
When I use the GUI interface, click "Make" button,I can get the target project file Project.abs.s19. For using computer resources effectively we don't want to use the GUI. Now we using command "set CmdIDE_PATH="C:\Program Files (x86)\Freescale\CWS12v5.1\bin\CmdIDE.exe" /r /b /c Project.mcp > log.txt" , after that operation, we can get a dos window output such as 
content of log.txt is "Freescale CodeWarrior IDE. Hit /? for help"
in this case, building is pass, but I cannot output the "No Error.<Code 0>" to the log.txt file through a file redirection. So How I can get "No Error.<code 0>" to the log.txt, thank you.