OSX - Schedule programs to start at night, close in morning












0















On Mac OSX, is there a program or method I could use to start an application (say Dropbox) at around 9pm at night and then close the application in the morning (say 9am).



I've found Dropbox is making my machine very slow, so if I could open it when I'm not at work and let it sync over night and then close when I get back into the office that would be great.



Can anyone help?










share|improve this question



























    0















    On Mac OSX, is there a program or method I could use to start an application (say Dropbox) at around 9pm at night and then close the application in the morning (say 9am).



    I've found Dropbox is making my machine very slow, so if I could open it when I'm not at work and let it sync over night and then close when I get back into the office that would be great.



    Can anyone help?










    share|improve this question

























      0












      0








      0








      On Mac OSX, is there a program or method I could use to start an application (say Dropbox) at around 9pm at night and then close the application in the morning (say 9am).



      I've found Dropbox is making my machine very slow, so if I could open it when I'm not at work and let it sync over night and then close when I get back into the office that would be great.



      Can anyone help?










      share|improve this question














      On Mac OSX, is there a program or method I could use to start an application (say Dropbox) at around 9pm at night and then close the application in the morning (say 9am).



      I've found Dropbox is making my machine very slow, so if I could open it when I'm not at work and let it sync over night and then close when I get back into the office that would be great.



      Can anyone help?







      macos dropbox scheduled-tasks






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Oct 3 '14 at 9:36









      Stefan DunnStefan Dunn

      168113




      168113






















          3 Answers
          3






          active

          oldest

          votes


















          0














          I think cron could be a good option for this task. Using cron you can schedule tasks to be performed at a certain time. The following link shows you the command to open an application.



          https://apple.stackexchange.com/questions/86465/how-can-root-launch-a-regular-mac-application-from-a-cron-job-in-etc-crontab



          That said I'm very surprised that Dropbox is causing such noticeable slow downs. Perhaps it could be something else?






          share|improve this answer


























          • I have actually found a solution today which I will post, it's an app called Power Manager, which allows you to launch an application at a time. It also allows you to run a script at a specific time too, so I have set up a script to kill the Dropbox app.

            – Stefan Dunn
            Oct 7 '14 at 14:20



















          0














          Automator is another, possibly simpler, option. You can even schedule recurring automator tasks via the Calendar app. The task you're looking to accomplish should be very easy. You could make two one-line automator scripts, 1) Launch Application, and 2) Quit Application and schedule them via Calendar as recurring events every day.






          share|improve this answer































            0














            Use Power Manager Pro, I was able to launch the application at 21:00 hours and then run a script at 08:00 hours which killed the program, this script is simply killall Dropbox.






            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',
              autoActivateHeartbeat: false,
              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%2f820227%2fosx-schedule-programs-to-start-at-night-close-in-morning%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









              0














              I think cron could be a good option for this task. Using cron you can schedule tasks to be performed at a certain time. The following link shows you the command to open an application.



              https://apple.stackexchange.com/questions/86465/how-can-root-launch-a-regular-mac-application-from-a-cron-job-in-etc-crontab



              That said I'm very surprised that Dropbox is causing such noticeable slow downs. Perhaps it could be something else?






              share|improve this answer


























              • I have actually found a solution today which I will post, it's an app called Power Manager, which allows you to launch an application at a time. It also allows you to run a script at a specific time too, so I have set up a script to kill the Dropbox app.

                – Stefan Dunn
                Oct 7 '14 at 14:20
















              0














              I think cron could be a good option for this task. Using cron you can schedule tasks to be performed at a certain time. The following link shows you the command to open an application.



              https://apple.stackexchange.com/questions/86465/how-can-root-launch-a-regular-mac-application-from-a-cron-job-in-etc-crontab



              That said I'm very surprised that Dropbox is causing such noticeable slow downs. Perhaps it could be something else?






              share|improve this answer


























              • I have actually found a solution today which I will post, it's an app called Power Manager, which allows you to launch an application at a time. It also allows you to run a script at a specific time too, so I have set up a script to kill the Dropbox app.

                – Stefan Dunn
                Oct 7 '14 at 14:20














              0












              0








              0







              I think cron could be a good option for this task. Using cron you can schedule tasks to be performed at a certain time. The following link shows you the command to open an application.



              https://apple.stackexchange.com/questions/86465/how-can-root-launch-a-regular-mac-application-from-a-cron-job-in-etc-crontab



              That said I'm very surprised that Dropbox is causing such noticeable slow downs. Perhaps it could be something else?






              share|improve this answer















              I think cron could be a good option for this task. Using cron you can schedule tasks to be performed at a certain time. The following link shows you the command to open an application.



              https://apple.stackexchange.com/questions/86465/how-can-root-launch-a-regular-mac-application-from-a-cron-job-in-etc-crontab



              That said I'm very surprised that Dropbox is causing such noticeable slow downs. Perhaps it could be something else?







              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Apr 13 '17 at 12:45









              Community

              1




              1










              answered Oct 4 '14 at 4:22









              FAYNUSFAYNUS

              415




              415













              • I have actually found a solution today which I will post, it's an app called Power Manager, which allows you to launch an application at a time. It also allows you to run a script at a specific time too, so I have set up a script to kill the Dropbox app.

                – Stefan Dunn
                Oct 7 '14 at 14:20



















              • I have actually found a solution today which I will post, it's an app called Power Manager, which allows you to launch an application at a time. It also allows you to run a script at a specific time too, so I have set up a script to kill the Dropbox app.

                – Stefan Dunn
                Oct 7 '14 at 14:20

















              I have actually found a solution today which I will post, it's an app called Power Manager, which allows you to launch an application at a time. It also allows you to run a script at a specific time too, so I have set up a script to kill the Dropbox app.

              – Stefan Dunn
              Oct 7 '14 at 14:20





              I have actually found a solution today which I will post, it's an app called Power Manager, which allows you to launch an application at a time. It also allows you to run a script at a specific time too, so I have set up a script to kill the Dropbox app.

              – Stefan Dunn
              Oct 7 '14 at 14:20













              0














              Automator is another, possibly simpler, option. You can even schedule recurring automator tasks via the Calendar app. The task you're looking to accomplish should be very easy. You could make two one-line automator scripts, 1) Launch Application, and 2) Quit Application and schedule them via Calendar as recurring events every day.






              share|improve this answer




























                0














                Automator is another, possibly simpler, option. You can even schedule recurring automator tasks via the Calendar app. The task you're looking to accomplish should be very easy. You could make two one-line automator scripts, 1) Launch Application, and 2) Quit Application and schedule them via Calendar as recurring events every day.






                share|improve this answer


























                  0












                  0








                  0







                  Automator is another, possibly simpler, option. You can even schedule recurring automator tasks via the Calendar app. The task you're looking to accomplish should be very easy. You could make two one-line automator scripts, 1) Launch Application, and 2) Quit Application and schedule them via Calendar as recurring events every day.






                  share|improve this answer













                  Automator is another, possibly simpler, option. You can even schedule recurring automator tasks via the Calendar app. The task you're looking to accomplish should be very easy. You could make two one-line automator scripts, 1) Launch Application, and 2) Quit Application and schedule them via Calendar as recurring events every day.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Oct 7 '14 at 9:35









                  ThegripThegrip

                  313




                  313























                      0














                      Use Power Manager Pro, I was able to launch the application at 21:00 hours and then run a script at 08:00 hours which killed the program, this script is simply killall Dropbox.






                      share|improve this answer




























                        0














                        Use Power Manager Pro, I was able to launch the application at 21:00 hours and then run a script at 08:00 hours which killed the program, this script is simply killall Dropbox.






                        share|improve this answer


























                          0












                          0








                          0







                          Use Power Manager Pro, I was able to launch the application at 21:00 hours and then run a script at 08:00 hours which killed the program, this script is simply killall Dropbox.






                          share|improve this answer













                          Use Power Manager Pro, I was able to launch the application at 21:00 hours and then run a script at 08:00 hours which killed the program, this script is simply killall Dropbox.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Oct 7 '14 at 14:22









                          Stefan DunnStefan Dunn

                          168113




                          168113






























                              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.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f820227%2fosx-schedule-programs-to-start-at-night-close-in-morning%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







                              Popular posts from this blog

                              Probability when a professor distributes a quiz and homework assignment to a class of n students.

                              Aardman Animations

                              Are they similar matrix