Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Copy a FolderContent of Copy a Folder.vbsMD5 Hash: 7027AE0C7219F00C9F4810C50A6710BE |
||
' Description: Demonstration script that uses the FileSystemObject to copy a folder to a new location. Script must be run on the local computer.
Const OverWriteFiles = TRUE Set objFSO = CreateObject("Scripting.FileSystemObject") objFSO.CopyFolder "C:\Scripts" , "C:\FSO" , OverWriteFiles | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |