Printer Version Table of Contents Project Home Page
.EXAMPLE.....: 85 Compare a file's date to today's date
.CATEGORY....: examples
.DISCUSSION..:
.CODE........:
:: Compare today's date to the date on the filename in %1
Fdate /Fcomp /At /If /B%1 /Vcomp
if (%comp%)==(EQ) echo %1 was created or updated today
set comp=