Tagged Questions
0
votes
2answers
413 views
How can I make my batch script for deletion of old files work?
Inside a folder (say c:\test) I want to delete the oldest file if the number of files are over 21.
This is what I came up with, issue is that it one time deletes the oldest file, second run it does ...