Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Rename a FolderContent of Rename a Folder.vbsMD5 Hash: 805F2FE46D2D82E72D93362959A03EB4 |
||
' Description: Renames the folder C:\Scripts to C:\Repository.
strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colFolders = objWMIService.ExecQuery _ ("Select * from Win32_Directory where name = 'c:\\Scripts'") For Each objFolder in colFolders errResults = objFolder.Rename("C:\Script Repository") Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |