How do I get a batch script to only execute its commands on certain days?
I want to set up a batch script that will launch a website on particular days or perform another action on another. For example, on Sunday at 6:30 am do this. Any ideas?
Unfortunately Task manager won’t allow me to specify weekdays only.
>> Unfortunately Task manager won’t allow me to specify weekdays only.
Sure it will…
Start…Control Panel…Scheduled Tasks…Add Scheduled Task.
Select the .bat file you want to run.
Select the ‘Weekly’ button. Next..
Check Monday…Friday, or whatever week days you want, and set the time, of course.
windows task scheduler
Create a batch file for each event and use windows sceduler to execute at the set time