Solved Open Graphic Converter

In an older post by Chris he had the following code

tell application "GraphicConverter 9"
if not running then run
activate
open editFileList
end tell

I have changed it to
tell application "GraphicConverter 11"
if not running then run
activate
end tell

This works but I would like have it open and then select Browse Recent menu option

Any suggestions Thanks
Roger

It would help immensely if you could link to that post.

Roger

Solved using just kb no apple script needed.
Roger