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' &