Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Rename a Folder on the Local ComputerContent of Rename a Folder on the Local Computer.vbsMD5 Hash: D59E8983642FCE028BE62A1DAE4780A6 |
||
' Description: Demonstration script that uses the FileSystemObject to rename a folder. Script must be run on the local computer.
Set objFSO = CreateObject("Scripting.FileSystemObject") objFSO.MoveFolder "C:\FSO\Samples" , "C:\FSO\Scripts" | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |