Search found 2 matches

by NoMadBanker
25 Sep 2012 17:53
Forum: DOS Batch Forum
Topic: Find most current file in a directory
Replies: 4
Views: 3385

Re: Find most current file in a directory

The date and time (second and third strings) would change, but the first string would be variable by month. Does this help with the potential design?
by NoMadBanker
25 Sep 2012 14:56
Forum: DOS Batch Forum
Topic: Find most current file in a directory
Replies: 4
Views: 3385

Find most current file in a directory

I need to find the most current file in a directory. File names look like file_201009_20110921_072108.txt where the first string is the year/month the data is for the second string is the date the file was generated and the third is the time the file was generated. My challenge is that we have numer...