Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Set objFSO = CreateObject("Scripting.FileSystemObject")
  2.  
  3. strSourcePath = "D:sample.txt"
  4.  
  5. strDestinationPath = "\servernameD:foldername"
  6.  
  7. objFSO.CopyFile strSourcePath,strDestinationPath
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement