Quantcast
Channel: DIAdem topics
Viewing all articles
Browse latest Browse all 3197

wshshell issues on windows 10

$
0
0

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


Viewing all articles
Browse latest Browse all 3197

Trending Articles