Hi,
I'm creating an app on the Mac that uses Applescript and ImageMagick to convert PDF files. At the moment I am using the Terminal to execute the commands like so from within AppleScript, which works :-
tell application "Terminal"
if not (exists front window) then do script ""
do script "convert ...
Search found 1 match
- 2013-11-21T15:27:47-07:00
- Forum: Users
- Topic: Path issues in AppleScript using 'Do shell script'
- Replies: 1
- Views: 1611