Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Move a Set of FilesContent of Move a Set of Files.vbsMD5 Hash: 61BC59A2FC3B3322721D3301F472B06C |
||
' Description: Demonstration script that uses the FileSystemObject to move all the .txt files in a folder to a new location. Script must be run on the local computer.
Set objFSO = CreateObject("Scripting.FileSystemObject") objFSO.MoveFile "C:\FSO\*.txt" , "D:\Archive\" | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |