Showing posts with label
copy set of files using script.
Show all posts
Showing posts with label
copy set of files using script.
Show all posts
Const OverwriteExisting = True
Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.CopyFile "C:\FSO\*.txt" , "D:\Archive\" , OverwriteExisting