Consider that I have a textfile containing the following information:
TIMESTARTED=Thu Nov 17 09:43:47 GMT 2011
START-OF-DATA
TEXT TEXT TEXT
The TIMESTARTED line is on a specific line in the textfile and I need to create some sort of verification that the date here is correct before a specific task is being performed. I basically want it to look at the date on the computer and see if that corresponds to the date after TIMESTARTED=, if it does it should run a batscript and if it does not it should run a different bat script.
I do not know if this is possible or if it would require extensive programming? I would prefer if it's possible to do this just by scripting in Windows. Could anyone lead me to the right path? (Bear in mind that I am not a programmer, so as simple as possible would be preferred)