I want to launch Adobe Distiller when a file is dropped into a folder. I'm a complete novice at applescript, but through my research it seemed like this should do the trick:
on adding folder items to this_folder after receiving added_items
tell application "Acrobat Distiller"
activate
end tell
end adding folder items to
I put it in the action script library, attached it to the folder and it does absolutely nothing. What did I do wrong?
on adding folder items to this_folder after receiving added_items
tell application "Acrobat Distiller"
activate
end tell
end adding folder items to
I put it in the action script library, attached it to the folder and it does absolutely nothing. What did I do wrong?