Run script on Windows every n minutes
up vote
5
down vote
favorite
What's the best way on a Windows machine to run some sort of script every n minutes?
I've googled around and read that Windows Scheduler is best avoided.
windows script scheduled-tasks
add a comment |
up vote
5
down vote
favorite
What's the best way on a Windows machine to run some sort of script every n minutes?
I've googled around and read that Windows Scheduler is best avoided.
windows script scheduled-tasks
3
You might want to say why you think Windows Scheduler isn't appropriate for you.
– Dave Webb
Dec 8 '09 at 9:20
The only answer I really have to that is based on my googling. I've read that Windows Scheduler is unreliable. I may be off the mark?
– Jamie Dixon
Dec 8 '09 at 9:22
1
@Jamie - can you add a link or two to the information you've found. I've never had problems with Windows Scheduled Tasks, so I'd like to know more.
– ChrisF
Dec 8 '09 at 9:43
add a comment |
up vote
5
down vote
favorite
up vote
5
down vote
favorite
What's the best way on a Windows machine to run some sort of script every n minutes?
I've googled around and read that Windows Scheduler is best avoided.
windows script scheduled-tasks
What's the best way on a Windows machine to run some sort of script every n minutes?
I've googled around and read that Windows Scheduler is best avoided.
windows script scheduled-tasks
windows script scheduled-tasks
edited Dec 8 '09 at 9:29
asked Dec 8 '09 at 9:13
Jamie Dixon
12817
12817
3
You might want to say why you think Windows Scheduler isn't appropriate for you.
– Dave Webb
Dec 8 '09 at 9:20
The only answer I really have to that is based on my googling. I've read that Windows Scheduler is unreliable. I may be off the mark?
– Jamie Dixon
Dec 8 '09 at 9:22
1
@Jamie - can you add a link or two to the information you've found. I've never had problems with Windows Scheduled Tasks, so I'd like to know more.
– ChrisF
Dec 8 '09 at 9:43
add a comment |
3
You might want to say why you think Windows Scheduler isn't appropriate for you.
– Dave Webb
Dec 8 '09 at 9:20
The only answer I really have to that is based on my googling. I've read that Windows Scheduler is unreliable. I may be off the mark?
– Jamie Dixon
Dec 8 '09 at 9:22
1
@Jamie - can you add a link or two to the information you've found. I've never had problems with Windows Scheduled Tasks, so I'd like to know more.
– ChrisF
Dec 8 '09 at 9:43
3
3
You might want to say why you think Windows Scheduler isn't appropriate for you.
– Dave Webb
Dec 8 '09 at 9:20
You might want to say why you think Windows Scheduler isn't appropriate for you.
– Dave Webb
Dec 8 '09 at 9:20
The only answer I really have to that is based on my googling. I've read that Windows Scheduler is unreliable. I may be off the mark?
– Jamie Dixon
Dec 8 '09 at 9:22
The only answer I really have to that is based on my googling. I've read that Windows Scheduler is unreliable. I may be off the mark?
– Jamie Dixon
Dec 8 '09 at 9:22
1
1
@Jamie - can you add a link or two to the information you've found. I've never had problems with Windows Scheduled Tasks, so I'd like to know more.
– ChrisF
Dec 8 '09 at 9:43
@Jamie - can you add a link or two to the information you've found. I've never had problems with Windows Scheduled Tasks, so I'd like to know more.
– ChrisF
Dec 8 '09 at 9:43
add a comment |
3 Answers
3
active
oldest
votes
up vote
8
down vote
accepted
It would be helpful if you say what the problems are with Windows scheduler - It works VERY well and I would use it.
Simply go in to Task Scheduler / Scheduled Tasks and set up a new one, It is very easy to set and use.
If you say what version of Windows you are you using, I can post some pictures and further help.
add a comment |
up vote
1
down vote
The free System scheduler from Splinterware can do that.

add a comment |
up vote
0
down vote
If you are not satisfied with the GUI based task scheduler, schtasks.exe allows command-line finely controlled access to the Windows task scheduling framework. Excellent documentation is available on the Microsoft website:
https://docs.microsoft.com/en-us/windows/desktop/TaskSchd/schtasks
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
8
down vote
accepted
It would be helpful if you say what the problems are with Windows scheduler - It works VERY well and I would use it.
Simply go in to Task Scheduler / Scheduled Tasks and set up a new one, It is very easy to set and use.
If you say what version of Windows you are you using, I can post some pictures and further help.
add a comment |
up vote
8
down vote
accepted
It would be helpful if you say what the problems are with Windows scheduler - It works VERY well and I would use it.
Simply go in to Task Scheduler / Scheduled Tasks and set up a new one, It is very easy to set and use.
If you say what version of Windows you are you using, I can post some pictures and further help.
add a comment |
up vote
8
down vote
accepted
up vote
8
down vote
accepted
It would be helpful if you say what the problems are with Windows scheduler - It works VERY well and I would use it.
Simply go in to Task Scheduler / Scheduled Tasks and set up a new one, It is very easy to set and use.
If you say what version of Windows you are you using, I can post some pictures and further help.
It would be helpful if you say what the problems are with Windows scheduler - It works VERY well and I would use it.
Simply go in to Task Scheduler / Scheduled Tasks and set up a new one, It is very easy to set and use.
If you say what version of Windows you are you using, I can post some pictures and further help.
answered Dec 8 '09 at 9:43
William Hilsum
108k16159249
108k16159249
add a comment |
add a comment |
up vote
1
down vote
The free System scheduler from Splinterware can do that.

add a comment |
up vote
1
down vote
The free System scheduler from Splinterware can do that.

add a comment |
up vote
1
down vote
up vote
1
down vote
The free System scheduler from Splinterware can do that.

The free System scheduler from Splinterware can do that.

edited Aug 11 '11 at 6:48
3498DB
15.6k114762
15.6k114762
answered Dec 8 '09 at 9:22
outsideblasts
6,22911217
6,22911217
add a comment |
add a comment |
up vote
0
down vote
If you are not satisfied with the GUI based task scheduler, schtasks.exe allows command-line finely controlled access to the Windows task scheduling framework. Excellent documentation is available on the Microsoft website:
https://docs.microsoft.com/en-us/windows/desktop/TaskSchd/schtasks
add a comment |
up vote
0
down vote
If you are not satisfied with the GUI based task scheduler, schtasks.exe allows command-line finely controlled access to the Windows task scheduling framework. Excellent documentation is available on the Microsoft website:
https://docs.microsoft.com/en-us/windows/desktop/TaskSchd/schtasks
add a comment |
up vote
0
down vote
up vote
0
down vote
If you are not satisfied with the GUI based task scheduler, schtasks.exe allows command-line finely controlled access to the Windows task scheduling framework. Excellent documentation is available on the Microsoft website:
https://docs.microsoft.com/en-us/windows/desktop/TaskSchd/schtasks
If you are not satisfied with the GUI based task scheduler, schtasks.exe allows command-line finely controlled access to the Windows task scheduling framework. Excellent documentation is available on the Microsoft website:
https://docs.microsoft.com/en-us/windows/desktop/TaskSchd/schtasks
answered Nov 29 at 12:54
Mark
1115
1115
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f80291%2frun-script-on-windows-every-n-minutes%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
You might want to say why you think Windows Scheduler isn't appropriate for you.
– Dave Webb
Dec 8 '09 at 9:20
The only answer I really have to that is based on my googling. I've read that Windows Scheduler is unreliable. I may be off the mark?
– Jamie Dixon
Dec 8 '09 at 9:22
1
@Jamie - can you add a link or two to the information you've found. I've never had problems with Windows Scheduled Tasks, so I'd like to know more.
– ChrisF
Dec 8 '09 at 9:43