:: if the exit code is >= 1, then pause
if errorlevel 1 pause
如果退出码是 >= 1就暂停
如果没有暂停就会出现错误码无法知道,有的时候命令有错误,导致无法知道错误原因。
技术,软件,生活
:: if the exit code is >= 1, then pause
if errorlevel 1 pause
如果退出码是 >= 1就暂停
如果没有暂停就会出现错误码无法知道,有的时候命令有错误,导致无法知道错误原因。