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 Wanet Telecoms Ltd 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 Wetzel

  1. Wetzel

    Permission Denied Problem

    Thank you very much for all your input. It's helped a lot. I thought I tried using the 'On Error Resume Next' before, and I got an error where it would just repeat failing on the same directory. forever. But, I tried it again today, and sure enough, it works. I am able to recursively search...
  2. Wetzel

    Permission Denied Problem

    I have a script that is recursively looking through an entire drive. It works great up until the point when I come across a directory that I do not have permission to get into. (for example C:\System Volume Information) I was wondering if anyone knows of a way that I can circumvent this; to...
  3. Wetzel

    Recursive File Search With VBScript

    Hey, Thanks a lot everyone! Your information was very helpful. I think I have the script that will do what I need it to do. It searches recursively from a defined starting point and puts the output (Filename, Filepath, Last Modified Date) into a CSV. I appreciate the help I'm new at this, so...
  4. Wetzel

    Recursive File Search With VBScript

    I need to search through entire drives, looking for *.fmp files. I need an inventory which includes path and last modified date. I'm going to put all of this into a csv file an import into excel. My question is, can someone give me a push on how to recursively search for all files with a given...

Part and Inventory Search

Back
Top