OSX - Schedule programs to start at night, close in morning
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
add a comment |
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
add a comment |
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
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
macos dropbox scheduled-tasks
asked Oct 3 '14 at 9:36
Stefan DunnStefan Dunn
168113
168113
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
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?
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
add a comment |
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.
add a comment |
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
.
add a comment |
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
});
}
});
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%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
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?
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
add a comment |
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?
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
add a comment |
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?
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?
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
add a comment |
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
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Oct 7 '14 at 9:35
ThegripThegrip
313
313
add a comment |
add a comment |
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
.
add a comment |
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
.
add a comment |
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
.
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
.
answered Oct 7 '14 at 14:22
Stefan DunnStefan Dunn
168113
168113
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.
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%2f820227%2fosx-schedule-programs-to-start-at-night-close-in-morning%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