sending data from one AppleScript App to another
sending data from one AppleScript App to another
- Subject: sending data from one AppleScript App to another
- From: Michael Glasser <email@hidden>
- Date: Mon, 1 Sep 2003 11:08:58 -0700
I am working on scripting AIM. Part of what I am doing is having an
AIM script send data to another program... right now I do it in a very
inefficient way... I have AIM send it to TextEdit, and then the other
app reads the data from Text Edit and removes items as needed. if it
gets too far behind, it removes multiple items from Text Edit, or even
just closes and re-opens a Text Edit window.
Is there a way to have the AIM script send data directly to another
app? Currently the other app I have run in the script editor, but I
could have it run as a stand alone application.
If I have it as a stand alone application, however, I always need to
force quit... so I guess that is question #2. :)
Appreciate any advice I can get... thanks in advance.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.