#1
|
|||
|
|||
Running a bat file on a remote computer.
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. |
#2
|
|||
|
|||
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. |
#3
|
|||
|
|||
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. |
|
|