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

No. I don't have an access to win box to run from command line. The unix box is configured to accept rsh from this WIN box only.What double quotes?Which ones?
Thanks

Replies are listed 'Best First'.
Re^3: windows->unix communication
by Transient (Hermit) on Apr 27, 2005 at 12:35 UTC
    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.
      I tried. Same result.
      return=256.
      I guess it means-process is not running.
      Thanks
      I tried.
      Same return code=256 (No process running??)
      Thanks
        Try something simple:
        $output = `rsh server_name.user_name "echo 'hi'"`;