views:

6

answers:

0

I have to run a batch job which sits in the windows server from my unix box. Or from my local machine. The win server has a userName/Pwd . How do i programmatically connect to the windows machine and run the batch? (The batch will change some file permissions in that machine)

Please let me know if there is a better way of handling this situation