Solution is as below:
Option explicit
dim objShell
CopyAFile "\\****\ccmsetup", "c:\windows\ccmsetup", "ccmsetup.exe"
‘Format for the above cmd is CopyAFile “FQDN SOURCEPATH (no ip’s) , DESTINATION PATH, FILENAME
Function CopyAFile( Byval strSourceFolder, Byval strTargetFolder, Byval...