[IronPython] os.system equivalent

Dino Viehland dinov at exchange.microsoft.com
Mon Sep 25 23:42:16 CEST 2006


The best replacement is probably nt.spawnl - it looks like this has been reported in the issue tracker over the weekend, and someone else has commented that it should be high-priority.  So with 3 reports all at once I've gone ahead and moved this to high priority.  Thanks for the bug report!

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Erich Lin
Sent: Sunday, September 24, 2006 9:26 PM
To: users at lists.ironpython.com
Subject: [IronPython] os.system equivalent

Hi,

I am trying to run a shell command, specifically msbuild, and pstools.
nt.system and os.system run on python, but neither of those run on ironpython.  How would you do this using IronPython.

Thanks

_______________________________________________
users mailing list
users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list