PDA

View Full Version : Running a bat file on a remote computer.


pjaiswal
04-17-2006, 02:29 PM
Hi,

I had a question regarding running a bat file on machine "B" through a build script which is run on machine "A" . To describe the situation a little more, I need to unshare the folder (which is on a different machine , machine "B") where the exe is being copied to and then reshare it after the copy completes. I want to use the "NET SHARE" for this purpose.

We have run into the issue where we have made a new build and our build script tries to copy it to the server but a person is installing (or has left the final dialog up) so the copy fails.

Any suggections for this?

Thanks.

kinook
04-17-2006, 03:42 PM
I don't quite understand the problem you're describing. Please ZIP and send or post:
1) The info from Help | About | Install Info
2) A .bld file that demonstrates the problem, and any other details needed to reproduce.

Thanks.

pjaiswal
04-18-2006, 03:26 PM
Thanks for the response. I got it resolved. I just had to use the PsExec & the Remote tab feature in "Run program" action.

Thank you for the reply.