Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Create a Compressed Folder and Add Files to ItContent of Create a Compressed Folder and Add Files to It.vbsMD5 Hash: E9FE53937E1C6296B4BAC1982D7CC7DD |
||
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & 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 :: |