Thread: Script Question
View Single Post
  #1  
Old 04-13-2009, 10:17 AM
invictus26 invictus26 is offline
Registered User
 
Join Date: Jan 2009
Posts: 10
Script Question

Hi, I was wondering if anyone could help me with my before-copy script. I just want to run an automator application.

#!/bin/sh
osascript -e 'tell application "BeforeCopy"
activate
end tell'

This doesn’t seem to be working. Thanks for your help.
Reply With Quote