Re Will Sort:
Hehe, the reason I only used for /f is that, to be honest, I never really understood many of the usages of the for command. At least, I never quite understood what for /r meant. But just now I tried it myself, and finally understood it a little, so that command of mine can be changed to:
for /r %dst% %%f in (*.*) do if %%~tf LSS %1 del /f /q %%f && echo delete %%f
Hehe, the reason is just that simple. I'm not as persistent in pursuing technology as brother Wil is. My goal is just to get the job done. Honestly, I sincerely admire brother Wil's batch-writing skills, but I feel I'll never reach that level, and I think brother Wil's batch skills are more than enough, but they really aren't easy for people to understand. As for the batch file in the post above yours, I didn't really understand it until I was replying to this post.
Hehe, the reason I only used for /f is that, to be honest, I never really understood many of the usages of the for command. At least, I never quite understood what for /r meant. But just now I tried it myself, and finally understood it a little, so that command of mine can be changed to:
for /r %dst% %%f in (*.*) do if %%~tf LSS %1 del /f /q %%f && echo delete %%f
Hehe, the reason is just that simple. I'm not as persistent in pursuing technology as brother Wil is. My goal is just to get the job done. Honestly, I sincerely admire brother Wil's batch-writing skills, but I feel I'll never reach that level, and I think brother Wil's batch skills are more than enough, but they really aren't easy for people to understand. As for the batch file in the post above yours, I didn't really understand it until I was replying to this post.

DigestI

ate2Day %date:~0,10% sdays
do ( 
