Thread
:
VBScript to copy file from 1 path to another path
View Single Post
Scripting
John Hoder
20Jul2012,01:11
Maybe you can try using CopyFile function. So something like this My.Computer.FileSystem.CopyFile(sourceFileName ,destinationFileName)
Im not VB expert, but I hope you will find some more on google