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

All Mastering Windows with Tips and Tricks

How To Do Math and Arithmetic in PowerShell

Learn how to do math in PowerShell, from the basic arithmetic operators to the .NET Math class. Covers integer and floating-point division, exponents and square roots, rounding, precision, random numbers, and summing a collection with Measure-Object.

$sumupdated Aug 202626 examples

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