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 ...
As mentioned earlier, a batch file contains a series of DOS commands and are used to automate the frequently performed tasks. Thus, you don’t have to repeatedly write the same commands. Remember the ...
I think it can be done with a small batchfile but I'm not sure how to implement a time specific pause. Could anyone be so kind to give me an example? I would also be very interested in hearing your ...