Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Print Text Files Using a ScriptContent of Print Text Files Using a Script.vbsMD5 Hash: DC8116AC5D4ECEC8B42E48B4F8209289 |
||
TargetFolder = "C:\Logs"
Set objShell = CreateObject("Shell.Application") Set objFolder = objShell.Namespace(TargetFolder) Set colItems = objFolder.Items For Each objItem in colItems objItem.InvokeVerbEx("Print") Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |