
VB Script wrapper function for regular expression
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 […]
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 […]
The new stealth mode in Tiger is just this ipfw command ipfw -q add 20000 deny icmp from any to me in icmptypes 8 This […]
Copyright © 2025 | WordPress Theme by MH Themes
Social Widgets powered by AB-WebLog.com.