Computer Hope

Microsoft => Microsoft Windows => Windows XP => Topic started by: Anupam Sharma on April 19, 2010, 05:22:14 AM

Title: How to run a bat file at every hour
Post by: Anupam Sharma on April 19, 2010, 05:22:14 AM
I've a bat file. i wish to run it on an hourly basis. how can i do it using some program??
Please help.
Title: Re: How to run a bat file at every hour
Post by: patio on April 19, 2010, 05:31:17 AM
Task Scheduler ? ?
Title: Re: How to run a bat file at every hour
Post by: Anupam Sharma on April 20, 2010, 05:00:19 AM
No actually i want it to start running on hourly basis after i run some other program or batch file.
Title: Re: How to run a bat file at every hour
Post by: MendMyComputer on April 22, 2010, 02:44:20 PM
You could look at an app called autohotkey that would allow you to set a task to repeat every hour.

If you already have knowledge of creating batch files then you should find it a fairly easy and highly useful program
Title: Re: How to run a bat file at every hour
Post by: Spoiler on April 23, 2010, 06:17:10 AM
I would go with the Task Scheduler like patio said.

you can set up the batch file to run every hour or every day or whatever you want.