Any way to finish script in another app?

I'm working on a rather long script in InDesign and, at the end, I would need to create a page in illustrator using some of the parameters collected in InDesign during the run of my script.
Is there any simple way of doing this?

(Not sure if it is worth posting this a month later).
No. Environment variables are not passed from one process to another. They are only passed to child processes. So if you ran an app.doScript() of an applescript "do shell script 'whatever'", then environment vars will be inherited. Or perhaps if you "tell application System Events to open application 'Adobe Illustrator CS4'" or whatnot.
These are not reliable, though,since if Illustrator is already open, the Finder will just front the application that's running and it will not be restarted with a new environment.
The easiest way is writing the state to a file.
fancier is BridgeTalk.

Similar Messages

Maybe you are looking for

  • How do i save a photo from iPhoto onto flash drive using new lion software

    Trying to save a photo in iphoto (using new lion software on my mac) to a flash drive.  There is no save button and can no longer just drag the photo into the drive.  Any ideas.

  • Communicate between two desktops

    Can anyone lead me to a resource, or briefly describe the process, to address the scenerio below: I have two Windows computers on a LAN. I need to develop an application  for each computer that (when both computers are runing the application) allows

  • Need Help down loading Flash on Apple Mini Mac

    Lost my User name & pass word & am unable to down load flash version 8 or better,,, totally computer illiterate & need HELP !

  • Ipod nano cycles through song titles in playlist:

    Gateway   Windows XP   When I try to play any song in the "purchased" or "newly added" playlists on my wife's nano pod it cycles through all of the song titles. I cannot get it to play any of the songs I select. It just continues to cycle through all

  • Bug in ActionScript ?

    Try this in Flex 3. Alert.show((3 in [1,2,3]).toString()); For last element of array gives false. For other elements works fine. Is is same in Flex 2 ? Is this a bug or am i missing something ?