I want to run a batch script on a Windows XP machine from my Mac 10.6.6. I installed Windows SFU, including Remote Shell Service, which I verified is started on the remote machine (http://screencast.com/t/uYDmpkUwJ4). However, I'm unable to connect from my Mac, repeatedly getting timeouts ...
$ rsh 192.168.199.131 'cd C:\'
192.168.199.131: Operation timed out
$ telnet 192.168.199.131 4444
Trying 192.168.199.131...
Connected to 192.168.199.131.
Escape character is '^]'.
Notice that I'm able to telnet successfully into another service, so it's not a network issue. I created a ~/.rhosts file that consists of ...
192.168.199.131 developer
Any ideas why I can't connect or what else I need to do to troubleshoot this issue? - Dave