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 Chris Miller 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. mlopez1007

    VBScript to email when a folder has certain # of files.

    I found a couple of examples online. This is one that will count the files: dim oFS, oFolder, threshold set oFS = WScript.CreateObject("Scripting.FileSystemObject") set oFolder = oFS.GetFolder("your directory here") ShowFolderDetails oFolder sub ShowFolderDetails(oF) dim F wscript.echo...
  2. mlopez1007

    VBScript to email when a folder has certain # of files.

    Hello - I'm in need of some VBScript code. We have a directory in one of our servers where, if it reaches a certain number of files, certain functionalities will not operate. What I am seeking is a code that will automatically send an email to a group of users if a certain directory reaches a...

Part and Inventory Search

Back
Top