> Hi, is there a way to open a terminal app from within Rev
> Not a shell command
> Thanks, Hershel
put shell("open /Applications/Utilities/Terminal.app")
I assume you don't mind Terminal.app being opened by the Shell
command - as long as the Terminal window is displayed :-)
Bernard