??? 05/28/10 11:45 Read: times |
#176265 - what are you doing diffrently? Responding to: ???'s previous message |
It sets the ERRORLEVEL on errors and only with --Werror for warnings.
c:toolsSDCCbinSDCC -c --debug %1.c if ERRORLEVEL 0 goto e0 rem nonzero goto exit :e0 rem zero :exit always echoes 'zero' Erik |