call an exturnal program in python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Adam

    call an exturnal program in python

    I am trying to run an external program in my code using
    os.system('exen ame -exearg') but the exe has an "&" in it so windows thinks
    it's two commands any way around this?

    Adam

Working...