以下のバッチファイルは、動くか未確認。
1 2 3 4 5 6 7 |
call node ./js/IdeaHtmlDocument.js pause if not %errorlevel% == 0 ( echo "実行エラー" pause exit 0 ) |
Just another WordPress site
以下のバッチファイルは、動くか未確認。
1 2 3 4 5 6 7 |
call node ./js/IdeaHtmlDocument.js pause if not %errorlevel% == 0 ( echo "実行エラー" pause exit 0 ) |