in reply to Re^2: windows->unix communication
in thread windows->unix communication

If you look at my reply I replaced the internal double quotes (all except the first and last in your original post) with single quotes. That may be part of your problem. I'm not familiar with rsh in Windows, so unfortunately that's all I can think of.

Replies are listed 'Best First'.
Re^4: windows->unix communication
by gl2103 (Novice) on Apr 27, 2005 at 13:00 UTC
    I tried. Same result.
    return=256.
    I guess it means-process is not running.
    Thanks
Re^4: windows->unix communication
by gl2103 (Novice) on Apr 27, 2005 at 13:02 UTC
    I tried.
    Same return code=256 (No process running??)
    Thanks
      Try something simple:
      $output = `rsh server_name.user_name "echo 'hi'"`;