Re: tell a script to tend to system process for X amount of time?
Re: tell a script to tend to system process for X amount of time?
- Subject: Re: tell a script to tend to system process for X amount of time?
- From: peter boardman <email@hidden>
- Date: Thu, 17 Mar 2005 09:06:17 +0000
Patrick Collins <email@hidden> said on 2005-03-16, 23:19 (-0800 GMT):
> How can I say "Mr. Applescript.. Please tell my G5 to tend to system processes and come back in 5 seconds..."?????
You could try:
delay 5
but that still seems to consume plenty of cycles. (Why so many, I wonder?)
Or try:
do shell script “sleep 5”
which is weird, but seems to take fewer cycles.
Pete
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden