Rsh with wish application.

2002-01-02 Thread Kalpesh Dave
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

Problems accessing network drive using rsh

2001-12-19 Thread Kalpesh Dave
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