Most of us are familiar with the Command Prompt and its basic commands. We usually execute a set of commands to complete a task or obtain some information. But this can also be done with the help of a ...
I'm writing a simple batch file to move, then delete files older than 7 days. Using Robocopy for the move, then using Forfile to search the old files and Del for the deletion of files. My problem is ...