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 Hammer187

  1. Hammer187

    VBscript Help!

    I don't know the name of the file, i just know the date that it was created on. It ammends the date to the rest of the filename. It uses a counter to increment each time it creates a file so the filename looks something like 41378.dateivr.log. So it changes everytime.
  2. Hammer187

    VBscript Help!

    Thank you so much. I am not well-versed in VBscript. How do I mark this as solved?
  3. Hammer187

    VBscript Help!

    dateReg.Pattern = "[^1-9]" & date_string & "ivr.log" This works. Does the brackets force the check of the first number after the . ?
  4. Hammer187

    VBscript Help!

    Are you meaning to put that slash in "ivr.log"?
  5. Hammer187

    VBscript Help!

    If I put the carat in front of the pattern, it says that it can't find the file. If I put a . in front of the pattern, it returns 1282013.
  6. Hammer187

    VBscript Help!

    I am unable to change the way the filenames are, therefore I cannot change the way the user enters the date. I put the carat in front of the dateReg.Pattern, but that didn't help. I am still getting 1282013.
  7. Hammer187

    VBscript Help!

    I have a script that looks for a certain file in a folder and opens that file. For example, if the user inputs a date, 02/08/2013, it should return that file with that date in it. For some reason, it returns any file with 282013 in it. I have it coded that way because the program that creates...

Part and Inventory Search

Back
Top