Open mail on Windows
Signe Marie Sanne
Signe.Sanne at roman.uib.no
Mon Jul 9 08:44:03 EDT 2007
On Windows NT, with latest engines and MetaCard 2.8.1, the following script
does not work any more. Suggestions?
put "Mailto:" & hvor into tEmailAddress
if "Mac" is in platform() then
put "open location" && quote & tEmailAddress & quote into s
do s as AppleScript
end if
if the platform = "win32" then
put empty into tTitle
set hideConsoleWindows to true
if "NT" is in systemVersion() then
set the shellCommand to "cmd.exe"
put quote & quote into tTitle
end if
get shell("Start" &&tTitle && quote & tEmailAddress & quote)
Regards
Signe Marie Sanne
More information about the use-livecode
mailing list