Run script on Windows every n minutes











up vote
5
down vote

favorite
1












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.










share|improve this question




















  • 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















up vote
5
down vote

favorite
1












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.










share|improve this question




















  • 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













up vote
5
down vote

favorite
1









up vote
5
down vote

favorite
1






1





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.










share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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














  • 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










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.






share|improve this answer




























    up vote
    1
    down vote













    The free System scheduler from Splinterware can do that.



    enter image description here






    share|improve this answer






























      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






      share|improve this answer





















        Your Answer








        StackExchange.ready(function() {
        var channelOptions = {
        tags: "".split(" "),
        id: "3"
        };
        initTagRenderer("".split(" "), "".split(" "), channelOptions);

        StackExchange.using("externalEditor", function() {
        // Have to fire editor after snippets, if snippets enabled
        if (StackExchange.settings.snippets.snippetsEnabled) {
        StackExchange.using("snippets", function() {
        createEditor();
        });
        }
        else {
        createEditor();
        }
        });

        function createEditor() {
        StackExchange.prepareEditor({
        heartbeatType: 'answer',
        convertImagesToLinks: true,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: 10,
        bindNavPrevention: true,
        postfix: "",
        imageUploader: {
        brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
        contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
        allowUrls: true
        },
        onDemand: true,
        discardSelector: ".discard-answer"
        ,immediatelyShowMarkdownHelp:true
        });


        }
        });














        draft saved

        draft discarded


















        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

























        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.






        share|improve this answer

























          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.






          share|improve this answer























            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.






            share|improve this answer












            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.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Dec 8 '09 at 9:43









            William Hilsum

            108k16159249




            108k16159249
























                up vote
                1
                down vote













                The free System scheduler from Splinterware can do that.



                enter image description here






                share|improve this answer



























                  up vote
                  1
                  down vote













                  The free System scheduler from Splinterware can do that.



                  enter image description here






                  share|improve this answer

























                    up vote
                    1
                    down vote










                    up vote
                    1
                    down vote









                    The free System scheduler from Splinterware can do that.



                    enter image description here






                    share|improve this answer














                    The free System scheduler from Splinterware can do that.



                    enter image description here







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Aug 11 '11 at 6:48









                    3498DB

                    15.6k114762




                    15.6k114762










                    answered Dec 8 '09 at 9:22









                    outsideblasts

                    6,22911217




                    6,22911217






















                        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






                        share|improve this answer

























                          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






                          share|improve this answer























                            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






                            share|improve this answer












                            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







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Nov 29 at 12:54









                            Mark

                            1115




                            1115






























                                draft saved

                                draft discarded




















































                                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.




                                draft saved


                                draft discarded














                                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





















































                                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