Hi,
i would like to run a file vbs with python in Flux shell script. The code os.system('path of the file'),subsprocess.call('path of the file') and subsprocess.call(['path of the file'], shell=True]) don't work. How can i do to solve this problem?
PS: if i run the file vbs clicking on it, it works with no problem.
Thankyou