Stop projecttool asking for return to exit
-
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.Cheers,
Ilia -
@i_mazlov Thank you very much! This works!