Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, The project tool on Windows always ask for "press return to exit" after generating the project file, as below.
Can this be disabled? i.e. It just exits without asking pressing any key.
Thanks!
Hi @BruceC,
You can disable such behavior using g_consoleWaitOnEnd=false argument passed to the project tool.
g_consoleWaitOnEnd=false
Cheers, Ilia
@i_mazlov Thank you very much! This works!