I am trying to run wish application ( e.g. tclsh82.exe trial.tcl ) with
rsh command from remote computer to computer xyz.
It works okay, if I do the following sequence.
1) rsh xyz ,
2) give the password
3) tclsh82.exe trial.tcl
It hangs up if I try the following command.
rsh xyz tclsh82.exe tria
Here is the detail of my problem.
I have two computers, and would like to run script on one computer
remotely. so, I access that computer's hard drive with rsh command and
can easily locate the tcl script I need to run.
Now, the problem is that tcl script requires to goto samba network drive
and f
2 matches
Mail list logo