hi... i've write in a button shell("killall Dock") but it don't work..
now.. how i launch a shellcommand in mac os x???
thanks
how execute shell on mac os x
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: how execute shell on mac os x
Hi Luca,
"shell" in Rev is a function (as described in the Rev dictionary
) not a command!
So you need to:
...
get shell("killall Dock")
...
OR
...
put shell("killall Dock") into dummy
...
Best
Klaus
"shell" in Rev is a function (as described in the Rev dictionary

So you need to:
...
get shell("killall Dock")
...
OR
...
put shell("killall Dock") into dummy
...
Best
Klaus
Re: how execute shell on mac os x
Luca,
take a look at this topic :
http://forums.runrev.com/phpBB2/viewtop ... 963#p22247
I've given some exemples of how to use the shell commands on mac os X under Revo.
Can be very useful !
Renaud
take a look at this topic :
http://forums.runrev.com/phpBB2/viewtop ... 963#p22247
I've given some exemples of how to use the shell commands on mac os X under Revo.
Can be very useful !
Renaud