Direct Print.Input to a command prompt?

BlitzMax Forums/BlitzMax Programming/Direct Print.Input to a command prompt?

I'm writing some multiplayer stuff at the moment, and I've got a load of Print commands telling me what's going on, and I get server ips and whatnot from Input. This all works in the bmax IDE, but what about just running the EXE? Shouldn't it open a command prompt or something? If there's an arcane winapi thing (again) that'll open a command prompt and direct I/O to it, does anyone know what it is?

You have to disable Build GUI App in the Build Options Menu.
Then a Console should appear by running your exe.

oo thanks, I never understood what that option was there for :D

simple things for simple minds...