So far i've got this:
===================================================
CONST strDir = "\\FS01\Data"
set objShell = CreateObject("WScript.Shell")
set objFSO = CreateObject("Scripting.FileSystemObject")
function findFolder(strDir, strFlag)
set objFolder = objFSO.GetFolder(strDir)
for...
Hi All!
I'm looking for the following:
VBS script that search for a networkfolder by keyword.
For example:
1) Double click the vbs
2) Inputbox where you can type the keyword
3) Script searches for the foldername on \\server001\data$
If found then msgbox "Found folder"
Else msgbox "Folder not...
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.