MC/RR and Email launching
Ken Ray
kray at sonsothunder.com
Wed Aug 13 21:57:00 EDT 2003
Sorry... I gave a Revolution solution;
Try:
send "mailto:h at FlexibleLearning.com" to program "Finder" with
"GURLGURL"
Works in OS X as well... (launched Mail on my machine)
Ken Ray
Sons of Thunder Software
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/
-----Original Message-----
From: metacard-admin at lists.runrev.com
[mailto:metacard-admin at lists.runrev.com] On Behalf Of
FlexibleLearning at aol.com
Sent: Wednesday, August 13, 2003 8:30 AM
To: metacard at lists.runrev.com
Subject: MC/RR and Email launching
I am presently Mac-less :(
Could one of you let me know if this works on both flavours?
put "h at FlexibleLearning.com" into tURL
if the platform is "MacOS" then
get the systemversion
set the itemdel to "."
if item 1 of it >= 10 then # OS X
put "open location" && quote & tURL & quote into tScript
do tScript as AppleScript
else # MacOS
send tUrl to program "Finder" with "GURLGURL"
end if
end if
Many thanks!
/H
More information about the metacard
mailing list