I am writing a GUI front end that after it does a bunch of validation will execute a series of already existing vbscript .wsf files.
My problem is when I try to execute the .wsf files I get the error
WindowsError: [Error 193] %1 is not a valid Win32 application
Running them from the command line works fine
d:<some path><some file>.wsf
I have tried several different options, call, os.system etc. But all result in the same Win32 error.
call("d:<some path><some file>.wsf")
Any ideas?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…