Running a batch file with parameters in python OR F#

Posted by Ramy on Stack Overflow See other posts from Stack Overflow or by Ramy
Published on 2010-05-26T20:58:16Z Indexed on 2010/05/26 21:01 UTC
Read the original article Hit count: 225

Filed under:
|
|
|
|

I searched the site but didn't see anything quite matching what I was looking for. I created a stand alone application that uses a web service I created. To run the client I use:

c:/scriptsdirecotry> "run-client.bat" param1 param2 param3 param4

how would I go about coding this in python or F#. seems like it should be pretty simple but I haven't seen anything online that quite matches what i'm looking for. Thanks in advance.

© Stack Overflow or respective owner

Related posts about python

Related posts about web-services