2 questions

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Message
Author
foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: 2 questions

#16 Post by foxidrive » 29 Jul 2015 22:36

sfournier wrote:Hi Aacini and Foxidrive,
I do honestly apologize, it was not my intention to change the scope of the batch file.
I, my fault not yours, completely misunderstood how the DateAdd function was defining the time.


No worries. Sometimes it is hard to phrase the task, and this is where examples of input and output are useful to explain the task.


I an earlier post I mentioned the dates

20150728
20150729
20150730


and that is all that is filtered on. Todays date and two days into the future.

The findstr will either find any of those dates for one findstr filter
of none of those dates in the second findstr filter.

You would have to clarify exactly what you need to detect in the files, and if the time is important then how it is involved.

Post Reply