show/hide this revision's text 2 tags, formatting, title

Starting process in new console Terminal window on Mac

On Windows I can do CreateProcess(..., CREATE_NEW_CONSOLE, ...) and my child process (which is console app, not guiGUI) will be launched in a new window. What is the easiest way to emulate this on Mac OS?

show/hide this revision's text 1

Starting process in new console on Mac

On Windows I can do CreateProcess(..., CREATE_NEW_CONSOLE, ...) and my child process (which is console app, not gui) will be launched in a new window. What is the easiest way to emulate this on Mac OS?