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

_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to