On Monday, November 25, 2002, at 01:08 PM, [EMAIL PROTECTED] wrote:

Can anyone please explain how to use the shell function in RR.

Try this:

on mouseUp
put shell("ping 127.0.0.1") into field "Report"
end mouseUp

(Note: Ping does crlflf for double-spaced lines which are not converted right. I think shell might have other trouble with line ends, too, so watch out for that.)

Dar Scott

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to