I tried this but getting a runtime error on type Mismatch 'traversDir' any ideas?
Here is my edited file
CONST strFolder = "C:\Documents and Settings\tomabaker\My Documents\Scans"
set objFSO = CreateObject("Scripting.FileSystemObject")
function traverseDir(strDir)
set objFolder =...
Ithere a wildcard that I can put in this vbs file that would search all the directories and remove any comma's? So far it works fine with one folder at a time. Here is my VBS file text-
Const folder = "C:\Documents and Settings\tomabaker\My Documents\Scans\ID*.*\"
With...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.