Re: Really dumb question . . .
Re: Really dumb question . . .
- Subject: Re: Really dumb question . . .
- From: "Mark J. Reed" <email@hidden>
- Date: Wed, 27 Jul 2005 18:52:42 -0400
On 7/27/05,
Martin Orpen <
email@hidden> wrote:
or you could do something like:
set myString to "APPSCRPT MSSG: "
set foo to current date
do shell script "syslog -s -l Not " & myString & foo
Yeah, this is a timing-related problem, so I was trying to avoid firing
up the shell or any other extra external program. If I were going
to do that I'd just use echo instead of syslog, so I could see
the output in the terminal instead of having to go tail the
messages file. :)
Thanks, though.
--
Mark J. Reed <
email@hidden>
_______________________________________________
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