Hi Vinod,
Originally posted by Vinod Pushpangathan:
Thanks a lot for the replies.
I still couldn't figure out how using exec I would be able to invoke unix shell scripts residing on unix box from windows. How am I supposed to pass the unix userid and password to initially connect to the unix box using exec.
I guess, if I am not wrong, servlets should be the answer as I need to have something residing on the unix box, which I can call from windows, which would do the trick for me.
Appreciate if someone can throw light on this.
Now that that's clarified,
I would recommend doing some google'ing for rsh (remote shell) for Windows.
That's probably the easiest way if you're not in a secure environment. You can use exec to call the remote shell executable on Windows, which will forward the shell script command to the Unix server.
Hope this helps...
Aloha,
Doug
-- Nothing is impossible if I'mPossible