in reply to windows->unix communication

You might have more luck wrapping up everything to be done on the remote side in a shell script and just running that script rather than trying to deal with quoting issues between cmd and the other side.

Replies are listed 'Best First'.
Re^2: windows->unix communication
by gl2103 (Novice) on Apr 27, 2005 at 13:56 UTC
    Thanks.I'll try to create unix script,pass evrything to it and execute this script from Win by rsh.