MSH is now Microsoft PowerShell
I haven't played with Monad shell for a while, the next thing I know there is a new scripting language called "Microsoft PowerShell". At first, […]
I haven't played with Monad shell for a while, the next thing I know there is a new scripting language called "Microsoft PowerShell". At first, […]
I am playing around with WQL today. For a longest time, I couldn’t get this query to work. Set colFiles = objWMIService.ExecQuery (“SELECT * FROM […]
Someone at the newsgroup asked this question. This is the VBScript that I wrote to accomplish this. Dim objExcel Set objExcel = WScript.CreateObject(“Excel.Application”) objExcel.Visible = […]
Function Found(strTarget, strPattern) Dim regEx Set regEx = New RegExp regEx.Pattern = strPattern regEx.IgnoreCase = False Found = regEx.Test(strTarget) set regEx = Nothing End Function […]
dtDate = "5/2/2005" strSearchFolder = "C:Windows" Set objFSO = CreateObject("Scripting.FileSystemObject") WScript.Echo "File(s) last accessed on: " & dtDate & " in: " & strSearchFolder EnumAndCheckFiles […]
Copyright © 2025 | WordPress Theme by MH Themes
Social Widgets powered by AB-WebLog.com.