Hi there,
Could someone explain me please the following behavior. I am testing the following script which basically logs in to another computer using ssh in cygwin and creates a folder. Everything is fine when I test that directly under cygwin, csh or dos shell. But when I am trying to do that in Houdini using Shell ROP or unix command, the script stops after first line ad wait until I type in correct password. It looks like houdini is able to send only one line at a time. Is that true? How can I overcome this problem? I will really appreciate any suggestion. Thanks! I'm on XP, and thats a script:
ssh -l kuba ws-001
thepassword
cd temp/test_project/hip
mkdir test
logout
cheers
kuba