Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Switchview

    VBS Search by keyword for folder

    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...
  2. Switchview

    VBS Search by keyword for folder

    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...

Part and Inventory Search

Back
Top