Test for a return code greater than or equal to 1: if ERRORLEVEL 1 echo Error. or if %ERRORLEVEL% GEQ 1 echo Error. or test for a return code equal to 0:
確定! 回上一頁