I have existing batch scripts which work in windows xp. These scripts use rcp and rsh commands that are supported in windows xp .
These scripts are used to connect to a unix box and transfer files to it. Later using rsh, the files are installed on the system.
In Windows 7 these commands seems to be unavailable. I am stuck on how to make existing installation work on windows 7
Any help in this regard would be appreciated.
A quick Google search will show you that both RCP and RSH are -
"not available by default in Windows 7 but can be enabled by turning on the Subsystem for UNIX-based Applications Windows feature from Programs and Features in Control Panel and then installing the Utilities and SDK for UNIX-based Applications available here."