Question
newbie: Running terminal commands?
Hi everybody!
I'm kinda newbie (truly this's first time I ever tried javascripting) to Adobe Javascript. I'm trying to use Script Events to run a script on launch of Photoshop. This script should do this: run a terminal command
b "defaults write com.apple.Dock autohide -bool YES; killall -HOP Dock" .
Can anyone help me with this? I found a line
b "system( "commandLineStuff" );"
, but I don't know how to use this in ExtendScript Toolkit 2.
Thanks
I'm kinda newbie (truly this's first time I ever tried javascripting) to Adobe Javascript. I'm trying to use Script Events to run a script on launch of Photoshop. This script should do this: run a terminal command
b "defaults write com.apple.Dock autohide -bool YES; killall -HOP Dock" .
Can anyone help me with this? I found a line
b "system( "commandLineStuff" );"
, but I don't know how to use this in ExtendScript Toolkit 2.
Thanks
