To each his own. However, it makes no sense to me to pay for a utility like Cocktail when Terminal commandline instructions, OnyX, Yasu, and MacJanitor are all free.Damien said:Hello, What are the differences between the demo/trial version of cocktail and the licenced version? Expect for the 10 uses cut of.
What features are in the paid for version that are not in the pay for version?
Thanks in advance![]()
Bern said:My vote goes to Terminal.
I agree with russed as I am one of those without a clue on how to schedule periodic maintenance using terminal. And Bern would you care to show us how?russed said:one problem with saying that though, is that the majority of people dont have a clue how to use the terminal and so need a nice simple application to do something, so it may well be nice showing that you know how to use commands etc but it really isnt very useful in this context, that is unless you fancy backing up your claim with evidence on how to use it?
fayans said:I agree with russed as I am one of those without a clue on how to schedule periodic maintenance using terminal. And Bern would you care to show us how?
BTW, I'm using MacJanitor. But I wish I could automate the process.![]()
russed said:one problem with saying that though, is that the majority of people dont have a clue how to use the terminal and so need a nice simple application to do something, so it may well be nice showing that you know how to use commands etc but it really isnt very useful in this context, that is unless you fancy backing up your claim with evidence on how to use it?
fayans said:Can you auto-run it at specific day/time from the terminal?
russed said:i do understand that using the terminal can be far more powerful etc for some uses, however, in the time that you have typed all that i can have opened my application, pressed run scripts and have gone and made a cup of tea!
Bern said:I think that only applies if your Mac is asleep. When it wakes up it will automatically run those tasks, but if you shut it down the tasks won't be run at all until the next time around (as long as it is awake or asleep).
I'm on Panther that sleeps when it is supposed to run the script automatically.Bern said:You can write an Applescript that you can then put into Automator to run for you.
The script would be like this:- anyone correct me if you think it not right
tell application "Terminal"
do script "sudo periodic daily weekly monthly;echo Done"
end tell
Bern said:Hey I'm just giving the Terminal command as you requested in your previous post.![]()
fayans said:I'm on Panther that sleeps when it is supposed to run the script automatically.![]()
And with Panther, there is no Automator.![]()
fayans said:Yeah maybe it is a possible option but then again when it prompts for admin password, it defeats the whole purpose of automation, doesn't it?