Release v2.3.0 of my File Date Comparison utility
What a time I've had since Christmas: a mild cold, then a weird dose of flu followed by a nasty cold that I can't shake off. Marvellous way to start the year. Still, when I'm not well I often do a bit of coding to take my mind of things, so here's a new release of CompFileDate that compares file dates! It's very simple. It can compare either file creation or modification dates of two files using any of the <, <=, =, <>, > or >= operators. It returns 0 if the comparison fails, 1 if it succeeds and >= 100 on error. It can optionally follow Windows shortcuts (i.e. .lnk files). That's it. It's designed for use it batch files. The program is open source (MPL 2.0) with source available from the ddabapps/compfiledate repo on GitHub. You will also find installation and usage instructions in that repo's Docs/ReadMe.txt file and can read about this release's changes in CHANGELOG.md . 👉 Download v2.3.0 from GitHub