maintenance scripts

Hi,

Can you run the daily, weekly, and monthly scripts simultaneously without any problems?

THanks,
kel

Simply answered yes, on script level. But some processing can’t be done simultaneous. For instance opening a file with write privileges can only be opened once system wide. So two scripts can’t open this file simultaneous (with two different instances of AppleScript).

Hi DJ Bazzie Wazzie,

Ok, I’ll try it using one script.

Thanks a lot,
kel

Ran the script and everything seems to be good. Repairing permissions found nothing wrong.

do shell script "(periodic daily & periodic weekly & periodic monthly)" with administrator privileges

Edited: checked the log files and they look good. Seems good to go.

Thanks,
kel