|
do a
search on archive.serversalive.com
with
values file & date
I
have an exe file which in conjunction with a simple batch script will check a
defined directory for the existence of a file with a created date of today (not
a specific file)
I got
this written in house for me to check that a specific directory contained a
backup file with a modified date of today. That way I know that an
automated backup script has run and "a" file exists (since the filename
includes the current date in the name, so the file name changes
daily. it returns a value of 0 if a file exists and 1 if a
file does not exist, and to alert me if the returned value is
1.
I
schedule this check to occur between 9am and 3pm, I guess you could schedule
this to occur on only one day also?
It
checks "all" files within the specified directory, so this may not be exactly
what you're after
If
the directory you are checking contains multiple files which may have been
modified / created today, its probably not going to do what you
want.
Peter
|
Title: Message
- [SA-list] File Time Jeff Brownlee
- Re: [SA-list] File Time Jason Passow
- RE: [SA-list] File Time Peter Hoermann
- RE: [SA-list] File Time Gibson, Richard (IHG)
- RE: [SA-list] File Time David Webster
- RE: [SA-list] File Time Chuck Walker
