On Mon, 04 Nov 2013 21:33:36 +0100 Thomas Martitz thomas.martitz@student.htw-berlin.de wrote:
Am 04.11.2013 19:04, schrieb Dimitar Zhekov:
On Mon, 4 Nov 2013 09:44:45 +1100 Lex Trotman elextr@gmail.com wrote:
I propose to always create the win~1 programs with a minimized, non-focused window. [...]
Though not a windows user, that sounds sensible to me, but will it work with execute keeping the console open until enter is pressed?
No. Imagine if you need to close a minimized console for each tool (grep, gcc, ...) Geany launches. :)
Could you have some wrapper batch script like on Linux?
Yes, if you specify an interpreter .exe before the script, such as cmd /c my_gcc -Wall -c "%f" (win~1 CreatePropcess() starts binary executables only, and the .exe suffix is optional).