[Projects] Building from commandline inside current prompt

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
mback2k
Enthusiast
Enthusiast
Posts: 257
Joined: Sun Dec 02, 2007 12:11 pm
Location: Germany

[Projects] Building from commandline inside current prompt

Post by mback2k »

I would like to suggest that building projects from the commandline does not open a new shell/prompt or window.

Currently a new console window opens, the project compiles and the window closes again.

The main problem for me with this is that I am having trouble running commandline builds from a windows service session which normally does not allow any user interaction, eg. windows. Currently it works on a random basis and I am unable to figure out why, but I think the new window is the problem.

Thanks in advance!