CreateFolder & CopyFolder
Hi All,
I am a bit new in the world of scripting but was after some help and guidance
I am attempting to
Create a folder in program files
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFolder = objFSO.CreateFolder("C:\Program Files\new folder")
copy folder content from a network location to the new folder
Const OverwriteExisting = True
Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.CopyFile "<network location\folder1\*" , "C:\Program Files\new folder\sub1\sub2\sub3" , OverwriteExisting
any ideas?
RR
I am a bit new in the world of scripting but was after some help and guidance
I am attempting to
Create a folder in program files
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFolder = objFSO.CreateFolder("C:\Program Files\new folder")
copy folder content from a network location to the new folder
Const OverwriteExisting = True
Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.CopyFile "<network location\folder1\*" , "C:\Program Files\new folder\sub1\sub2\sub3" , OverwriteExisting
any ideas?
RR
0 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.