Description
bin\ignite.bat
bin\ignitevisorcmd.bat
Both scripts above has following code:
if not "%NO_PAUSE%" == "1" pause
But really set NO_PAUSE=0 has no affect to script. It seems the variable redefined somewhere in script
bin\ignite.bat
bin\ignitevisorcmd.bat
Both scripts above has following code:
if not "%NO_PAUSE%" == "1" pause
But really set NO_PAUSE=0 has no affect to script. It seems the variable redefined somewhere in script