Any tips for converting AppleScripts to AppleEvent code? I'm trying
to convert the following two scripts, but I barely know where to start.
tell application "System Events"
make new login item at end
with properties {path:"/Applications/TextEdit.app",
hidden:false}
end tell
tell application "System Events"
properties of every login item
end tell
Thanks,
Adam Ernst
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>