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

I tried.
Same return code=256 (No process running??)
Thanks

Replies are listed 'Best First'.
Re^5: windows->unix communication
by Transient (Hermit) on Apr 27, 2005 at 13:23 UTC
    Try something simple:
    $output = `rsh server_name.user_name "echo 'hi'"`;