On 10/19/05, Varadarajan V nirvanar@gmail.com wrote:
I want to automate all of this i.e., from loging in to FC4 till the
execution of the Bash script.
Use REXX or if you are more comfy with ssh then setup ssh via cygwin and then store your XP public ssh key on the remote linux machine to enable passwordless login. The script can reside on your remote linux machine.
invocation of remote script will then be a simple
ssh <remote-ip> <script-path and name>
from cywin terminal. Of course there could be other ways like invoking ssh from task scheduler of windows.
regards, C