mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 18:11:57 +00:00
A free Windows-compatible Operating System - mirrored from GitHub
![]() - Changed type of return values from BOOL to INT, with 0 indicating success and any other value indicating failure. If the left side of an || operator returns nonzero, errorlevel is set to that value. - The return value of a batch file or FOR is the return value of the last command executed in it. An empty batch file returns 0, unless it was CALLed, in which case it returns errorlevel. - CALL sets errorlevel to the return value of whatever was called. - Running a GUI program doesn't change errorlevel, but always returns 0. - CMD /C uses the command's return value, not errorlevel, as the process exit code. svn path=/trunk/; revision=40474 |
||
---|---|---|
irc | ||
reactos | ||
rosapps | ||
rostests | ||
wallpaper |