vendredi 4 juillet 2014

IronPython launch subprocess without a console window


Vote count:

0




I have an app that uses an old IronPython version which does not include the subprocess module. With that being said, I'm trying to spawn a process using:



from System.Diagnostics import Process
Process.Start('something.exe', 'args')


as seen here. However, I'm not able to hide the console window that pops out when launching this new process. Any idea about how can I bypass that?



asked 1 min ago






Aucun commentaire:

Enregistrer un commentaire