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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by omxcunn

  1. omxcunn

    Please help me modify this script...

    Could some one post the changes that i need to make and post the completed script. Thank you
  2. omxcunn

    Please help me modify this script...

    Can someone please help me change the following script here is what I would like to accomplish: I would like to include all sub directories. And I would like have a total of 3 file extenstions. Please help. Here is the script: '************ Start of Code ********************** Option...
  3. omxcunn

    I would like to create a vb script that does the following...

    This is what I have so far... Dim fso, startFolder, OlderThanDate Set fso = CreateObject("Scripting.FileSystemObject") startFolder = "C:\test\" OlderThanDate = DateAdd("d", -90, Date) ' 90 days (adjust as necessary) DeleteOldFiles startFolder, OlderThanDate Function...
  4. omxcunn

    I would like to create a vb script that does the following...

    Path =M:\ Delete *.bak,*.ndx and *.idx files that are 90 days or older Move the files and folders not deleted to \\CLI-Arch Path= M:\Job Que Data in this directory that is 90days or older will be deleted. Path = P:\Laser Output Data in this directory that is 90days or older will be deleted...

Part and Inventory Search

Back
Top