shell command problem

Thomas McGrath III 3mcgrath at comcast.net
Tue May 29 17:38:20 EDT 2007


Actually without the iRed application being open I can not get this  
to work via the command line. With the app open I can get it to work  
with both the command line and with applescript. I don't see the  
benefit of one over the other.

I have sent iRed an email to find out what their iRed commandline  
version is capable of.

Thanks for the help,

Tom McGrath


On May 29, 2007, at 5:16 PM, Thomas McGrath III wrote:

> ON mouseUp
>     put field "myControl2" into tControl
>     IF tControl is not "" THEN
>         put shell("/bin/iRed" && fld "myControl2")
>     ELSE
>         revspeak "OH OH"
> 	-- other error correction here
>     END IF
> END mouseUp
>
> with
>
>  -send "Robosapien V2" "square"
>




More information about the use-livecode mailing list