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
os.system('exen ame -exearg') but the exe has an "&" in it so windows thinks
it's two commands any way around this?
Adam