Opening terminal aps. from Rev
Hershel Fisch
hershf at rgllc.us
Tue Feb 27 20:48:35 EST 2007
On 2/27/07 3:04 PM, "Brent Anderson" <brentj84062 at gmail.com> wrote:
> Another option would be to open a process, as in
>
> open process "/Applications/Utilities/Terminal.app"
>
> or to use AppleScript
>
> tell application "Terminal"
> launch
> end tell
The question was to open a compiled c++ app in a terminal window and the
apple script doesn't work for that
>
> In this way, you can have more control over quitting the app when
> finished. Applescript would probably be best since it doesn't leave a
> process open in Revolution and it is more dynamic (Although doubtful,
> what if a user moved the terminal from the Utillities folder?)
>
> Thanks,
> Brent Anderson
>
> On 2/26/07, Hershel Fisch <hershf at rgllc.us> wrote:
>> On 2/26/07 11:30 AM, "Bernard Devlin" <revolution at knowledgeworks.plus.com>
>> wrote:
>>
>>>> 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 :-)
>> Thanks, Hershel
>>>
>>>
>>> Bernard
>>> _______________________________________________
>>> use-revolution mailing list
>>> use-revolution at lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your subscription
>>> preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-revolution
>>
>> _______________________________________________
>> use-revolution mailing list
>> use-revolution at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-revolution
>>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list