#EANF#
This is frustrating. I searched about it a lot but none of the results
help me. I tried subprocess but I still cant get it to work. Basically I
want to get this line to work:
appName = "ap01"
optna = "-server"
optnb = "-filename=c:/test.VS"
optnc = "-display=1"
os.system('start "VSM" "C:/bin/" {appName, optna, optnb, optnc} ')
In CMD I would simply type
CD C:/bin/
press enter and then:
ap01 -server -filename=C:/test.VS -display=1
No comments:
Post a Comment