Commit 82a77cbd authored by Jondy Zhao's avatar Jondy Zhao

when build ipwin, no pause if specify batch mode in command line

parent 3a390d4f
......@@ -45,4 +45,6 @@ GOTO END
:END
ENDLOCAL
Pause ...
IF /I "%1" == "batch" EXIT 0
PAUSE ...
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment