Hide Photoshop during script

tell application “Adobe Photoshop CS”
do action “OpusX” from “StaudSet.atn”
end tell

This works.
But it shows Photoshop and I like to hide it, so that it works on the task in the background.

HOW do I hide Photoshop!
WHAT is the command line in AppleScript?
PLEASE help!

thanks
josh

still having the problem – is there someone out there able to help?
please …

I am not sure if Photoshop supports this but InDesing includes a command to turn off user interaction.

 set user interaction level to never interact

If Photoshop has the same functionality you should be able to tell the Finder to hide Photoshop and then it will perform you action without any user interaction required.