Page 1 of 1
how execute shell on mac os x
Posted: Wed Mar 17, 2010 6:29 pm
by lucacasula91
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
Re: how execute shell on mac os x
Posted: Wed Mar 17, 2010 6:45 pm
by Klaus
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
Re: how execute shell on mac os x
Posted: Fri Mar 19, 2010 12:45 am
by NoN'
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