Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!

10.5: Call Automator workflows from AppleScript Apps
Calling Automator workflows from AppleScript has been covered here before for 10.4. However, that tip doesn't work in Leopard.

To execute an Automator workflow from an AppleScript in Leopard, first save the workflow as an application, then write a script like this:
set lf to path to library folder from user domain
tell application "Finder" to open (alias (lf & "Scripts:foo.app:" as text))
[robg adds: I haven't tested this one.]
    •    
  • Currently 0.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (0 votes cast)
 
[4,305 views]  

10.5: Call Automator workflows from AppleScript | 0 comments | Create New Account
Click here to return to the '10.5: Call Automator workflows from AppleScript' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.