Hi
I am developing a script on Diadem 2017 on windows 10 (google cloud vm)
This works perfectly if I run it on my laptop (windows 7) within diadem
dim commandfile:commandfile="C:\Diadem\" & filenamesrc & ".bat"
dim command:command="gsutil -m -q cp """ & gspath & """ C:\FilesToProcess"
WshShell.run(commandfile)
However on Windows 10
I get a message saying it cant find the file (gsutil) (for both exec and run)
If I run it direct from command shell it works
Any ideas