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 ...
Is it possible with a batch file on Win2K, to move all files in a folder that contain a certain text string within the content of the file, into another folder? I initialy thought it would be quite ...
If you wish to elevate and always run a Batch file as an administrator in Windows 11/10, follow the procedure laid down in this post. You can run a Batch file as Administrator without a prompt. You ...