[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Invoke remote Application

Dhiraj Girdhar

7/2/2007 10:39:00 AM

Hi,

If I have access to any other machine then can I invoke any other Ruby
application on that machine?

Regards:
Dhiraj

--
Posted via http://www.ruby-....

1 Answer

Phil Meier

7/3/2007 6:19:00 AM

0

> If I have access to any other machine then can I invoke any other Ruby
> application on that machine?
>
Yes - but not by any Ruby mechanism but for example by using ssh.

With Kernel method "exec" you can run any shell script you want.

Regards Phil