Re: system() and no console ?



Thanks to everyone who responded.
FYI - I found a workaround:
As I'm passing system() a platform-specific WinXP command, I changed the command from 'myprogram.exe' to 'start myprogram.exe' and that worked fine. The console still pops up but for just an instant.
Thanks again.
.