OSX - Schedule programs to start at night, close in morningWhat is the easiest way to keep an offline copy of...

Boss asked me to sign a resignation paper without a date on it along with my new contract

Minimum Viable Product for RTS game?

Case protection with emphasis in biblatex

Should a new user just default to LinearModelFit (vs Fit)

Count repetitions of an array

Other than edits for international editions, did Harry Potter and the Philosopher's Stone receive errata?

How can I handle players killing my NPC outside of combat?

How do dictionaries source attestation?

"I showed the monkey himself in the mirror". Why is this sentence grammatical?

Buying a "Used" Router

Identical projects by students at two different colleges: still plagiarism?

How to extract specific values/fields from the text file?

Is it really OK to use "because of"?

Coombinatorics- The number of ways of choosing with parameters

Democratic Socialism vs Social Democracy

How to deal with an underperforming subordinate?

What can I do to encourage my players to use their consumables?

Equivalent of "illegal" for violating civil law

How much light is too much?

Rigorous justification for non-relativistic QM perturbation theory assumptions?

What species should be used for storage of human minds?

Modern Algebraic Geometry and Analytic Number Theory

How to change a .eps figure to standalone class?

Besides PR credit, does diversity provide anything that meritocracy does not?



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


What is the easiest way to keep an offline copy of a webdav share?Dropbox eats my files! Random deletes from Mac clientFast way to migrate dropboxMultitouch WPF on Windows7/8 on OSX doesn't work?Copying Google Drive folder to new computerDropbox options for avoiding file conflicts and locking issuesPermissions to allow Dropbox access but prevent Anti-virus accessOrganizing files to prevent duplicity (but still automating backup)reinstalling dropbox.exe but leaving files on that system intactFix Dropbox sync remotely













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














bumped to the homepage by Community 1 hour ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.




















    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














    bumped to the homepage by Community 1 hour ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      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





      bumped to the homepage by Community 1 hour ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 1 hour ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          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

                              Cannot install PyQt5 The Next CEO of Stack OverflowCannot install tcpreplay 3.4.4cannot...

                              Kapp-Putsch Acontecimentos | Outros artigos | Menu de navegação

                              Why did early computer designers eschew integers? The Next CEO of Stack OverflowWhat register...