Hi, guys

I would like to run tcl(Jacl) script file on the remote server and
then display the result on my machine.

What would be the easiest way to to it?

I would like to do the following:

1) using either TCP/IP or RMI to pass the tcl script to the remote
   machine
2) The remote machine would do the following
   a) interp.evalFile();
   b) interp.getResult();

3) pass back the result from 2(b)

4) Is this the best way to do it or there are some other alternatives?

thanks for your help

david
Get Your Private, Free Email at http://www.hotmail.com

----------------------------------------------------------------
The TclJava mailing list is sponsored by WebNet Technologies.
To subscribe:    send mail to [EMAIL PROTECTED]  
                 with the word SUBSCRIBE as the subject.
To unsubscribe:  send mail to [EMAIL PROTECTED] 
                 with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'. 
A list archive is at: http://www.findmail.com/listsaver/tcldallas/

Reply via email to