Delete old files by the last access date

Full example on how to delete files based on their creation date using a batch script on Windows XP. This post cover the basics of using scripts arguments in batch, parsing dates, and manipulating files.

IF \[%1]updated Sep 20208 examples