I need to press the "Print" button with system events

I bet this is really simple but it’s my first attempt at using system events. I’m trying to automate printing files through Photoshop 7. I just need to press the “Print” button in the Print dialog box with system events. Any ideas?? :oops:

if you are going to be using your printers defaults create and action for print and then call the action with “Do Action” in your script.
I do not think Photoshop will respond correctly to system events.
Maybe you could also create a Javascript to print and then call the Javascript from your applescript.
Hope this helps.

Thanks Brandon. I was hoping I could get away without using actions but so be it. Thanks for you help.