[TxMt] applescript from textmate (specific case)

Allan Odgaard throw-away-1 at macromates.com
Sat May 27 21:40:31 UTC 2006


On 27/5/2006, at 23:36, Oliver Taylor wrote:

> He suggested:
>
>> osascript 2>/dev/null & \
>> -e 'tell app "Backdrop" to activate' \
>> -e 'tell app "MenuShade" to activate' \
>> -e 'tell app "TextMate" to activate'
>
> Which returns the following error:

Sorry, should have been:

osascript 2>/dev/null \
    -e 'tell app "Backdrop" to activate' \
    -e 'tell app "MenuShade" to activate' \
    -e 'tell app "TextMate" to activate' &




More information about the textmate mailing list