Have also added an alias of my desktop folder to the same folder so that it will immediately save a copy of the PDF there.
greg
On 2/18/03 4:46 AM, "Paul van den Hooven" <[EMAIL PROTECTED]> wrote:
Hi.
I installed the OSX 10.2.4 updater and found out about the PDF workflow on the AppleScript site. Seemed kinda nice to start exploring AppleScript, so I copied the script on that page, and entered Microsoft Entourage instead of Mail. The script is:
on open these_items
tell application "Microsoft Entourage"
set the new_message to (make new outgoing message with properties {visible:true})
