8 Tips to Get the Most of an Old Windows XP
8 command line tips to get the most value of your old Windows XP, Windows Server 2003, and others.
How to do a pause in a batch script?How to customize your DOS/CMD shell prompt?How to find a string in a file by using QGREP?
:: Doing·updated Sep 2020·6 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 2020·8 examples
