This is the beta version of a script that automates the creation of a menu for launching scripts from Bridge to run in a target Application. You can easily add and remove scripts from the menu. There are four modes for running scripts:
1. Left click: runs the script in the target app.
2. Shift-LeftClick: for each file selected in Bridge, opens the image in the target app, runs the script on it, then closes the image.
3. Ctrl-LeftClick or Cmd-LeftClick: same as 2 but leaves the images open.
4. Shift-Ctrl-LeftClick or Shift-Cmd-LeftClick: sends the list of selected files to the target app / script. The list is in the form of a string called ah_BridgeFilesAsString. The target script can 'eval' this to get the original file object list and do whatever it wants with it.
This script will be developed a lot further in the coming months and will probably get both more powerful and more simple for users. I may well end up running everything from the Edit Dialog, but for now it works via the menus.
For download, demo pics and instructions:
http://www.ps-scripts.com/bb/viewtopic.php?t=197
Andrew