I need to check the date modified of the newest file in a folder and if it's older than 30 minutes execute a command. Any ideas on how to do this, my preference is batch files but I'm open to other ...
I've always been the batch file guy wherever I go. I had a .bat script for almost every situation: cleaning a folder, temporarily zipping files, and quick server checks. I could do so much with .bat ...
When a user accidentally deletes a local file, having a backup ready can significantly minimize downtime and frustration. Check out this simple batch file that can make daily document backups a snap.
I have been tasked at my new job for finding a way to monitor server space on our many servers, originally I thought of something like Spiceworks, but the lead programmer/admin for this wants ...
Attaching a remote drive or directory on a Windows box is called “drive mapping” though the process is essentially the same as what we call mounting in the Unix world. While I rarely spend any ...
Much like batch resizing images, which is cumbersome, and therefore, calls for easier ways to resize multiple images at once, renaming images (or other files) is another tedious process on Windows ...