Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Compress a FolderContent of Compress a Folder.vbsMD5 Hash: 217ACC7A40BCE5094E74527032B5E985 |
||
' Description: Compresses 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.Compress Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |