pretty code

2019年9月25日 星期三

Get Node.js return value in Windows Batch

You can call process.exit(xxx).

Then "xxx" will present in %ERRORLEVEL% variable.
________________

If you prefer to use Python, you can call exit("xxxx").

沒有留言: