Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Uncompress a FolderContent of Uncompress a Folder.vbsMD5 Hash: 799C70528A7C8F4F1B9F124DBF8B44BF |
||
' Description: Uncompresses the folder C:\Scripts.
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.Uncompress Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |