A
aaa
We're running a cmdline process from our app via
Process.Start(ProcessStartInfo), setting the CreateNoWindow property=
"true". The process executes fine, and under NT and XP no window opens.
Under Windows98 a console window pops up.
Does anybody have this problem? How can I get around this? I believe the
app generates standard error output, if I redirect that will the window stop
opening?
-- kov
Process.Start(ProcessStartInfo), setting the CreateNoWindow property=
"true". The process executes fine, and under NT and XP no window opens.
Under Windows98 a console window pops up.
Does anybody have this problem? How can I get around this? I believe the
app generates standard error output, if I redirect that will the window stop
opening?
-- kov