Hi. In PB/CC, I'm using the SHELL function & the SHELL statement to call external command line utilities, which works fine for me. However, I want to make this multi-threaded and since the utility I'm calling output's stuff to the screen, multi-threading makes a messed display.
So, I'd like to spawn each of these tasks in their own command prompt type window, but I'm confused on how to do that. The 'console' commands I've tried all seem to modify the existing console, and not open or close a new console window. Is this possible, and if so, how?
Thanx.
So, I'd like to spawn each of these tasks in their own command prompt type window, but I'm confused on how to do that. The 'console' commands I've tried all seem to modify the existing console, and not open or close a new console window. Is this possible, and if so, how?
Thanx.
Comment