Hello,

Something like this:
progname = 'c:\tmp\myprog.exe arg1 '+'-- help'
os.system(r'progname)

should work too.
So you should be able to change progname to any location you need to
start it and all the args to whatever is needed.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to