I am trying to run the rediculously simple action script, however the move part fails everytime. I’ve tried putting a wait in front of the move, I also tried to just do a copy and a DOS copy, none of which have worked. All I’m trying to do is delete one VBS script and replace it with another. Any suggestions?
I think probably the space in the name is causing an issue… Add quotes around the first argument to move:
download http://bes.xxxxxx.com:52311/Uploads/5b3 … big1D1.tmp
continue if { (size of it = 1916 and sha1 of it = “5b304618c054076d7d19254163a7adbb0acb24c9”) of file “big1D1.tmp” of folder “__Download”}
extract big1D1.tmp
delete "C:\Program Files\Cisco Systems\VPN Client\Mount Drives.vbs"
move “__Download\Mount Drives.vbs” “C:\Program Files\Cisco Systems\VPN Client\Mount Drives.vbs”