07-19-06 06:40 PM
On 19 Jul 2006 07:37:17 -0700, shamika <shamika.lavekar@gmail.com> wrote:
> I have to run this script on a remote Linux host using a batch file in
> windows .....
Hi. If you use better subject lines people are less likely to assume
your post isn't worth reading.
First question is - why would you do it this way? You could just use
cron on the linux box and eliminate the whole Windows/Batch/scheduling
thing.
> I have to do this daily and would like to automate the process ....i
> have been using telnet to connect and runnin the script everyday
> manually......Is it possible to have a batch file on which i can double
> click on my desktop and it would do everything for me ??
> Can some one advice me on how to write the batch file .....
> the batch file should have :
> 1. command to connect to the remote linux host
> 2. command to run a particular script on the linux host
> Also is it possible to automate the login process ??
All of these things are likely possible but again, would we be helping
you solve the problem in the wrong way? Linux can handle the scheduling
itself without adding external dependancies on your desktop system.
Would that work for what you're trying to do?
[ Post a follow-up to this message ]
|