[IronPython] System.Diagnostics.Process.Start only uses first argument
Luke Hoersten
luke.hoersten at gmail.com
Fri Jun 22 08:07:21 PDT 2007
System.Diagnostics.Process.Start(app, args) should take a string of
arguments delimited by spaces for the second argument of start which
it will pass to app on stdin. I'm trying to run app = "regedit.exe"
and args ="/s key.reg" but it's only recognizing the first argument
(which is /s). If I remove /s, it runs the key but I want this to run
silently.
I've also tried ProcessStartInfo() but it suffers from the same
problem. Does anyone have any more information on this or know how to
work around this?
Thanks,
Luke
More information about the users
mailing list