Hi,
I have a C# (form) program. I need it to run a 'command line program'. I
have it working fine using Process, but it (temporarily) opens a Command
Prompt window everytime it runs (and closes it when it finishes).
How do I get it to run in the background without opening a window each time
I call process.Start()? (FYI: I searched for this on the web but couldn't
find anything)
Thanks,
Hilton