Glob(wildcardexpression)Returns an array of absolute file paths that match the
wildcardexpression (simple glob style: ?
matches a single character, * matches zero
or more).
GlobFolders(wildcardexpression)Returns an array of absolute folder paths that match the wildcardexpression.
Setglob=WScript.CreateObject("Glob.WSC")ForEachfileinglob.Glob("ex03*.log")WScript.EchofileNext
Download Glob.WSC (somewhere permanent, like a system directory).
Right-click the file and choose .