Thanks I'll try your method of creating a launcher app. But actually, it's not so much that I wanted my app to work in the background, but rather i wanted the convenience of getting the prompt back immediately so I can continue entering other commands.
I guess I'm more used to traditional winapi development where if you created a windows application, you couldn't write output to the console and you would get the prompt back immediately. is it different with managed applications? i noticed that with C# apps, you have the best of both worlds, you can display a GUI and also write to the console. is the reason why we don't get the prompt back immediately because the app can write to the console?
is there a way to get the prompt back w/o a launcher app?
programmer |