#1
|
|||
|
|||
Remote execution using psexec
Add an option to set the working directory. Currently the default directory (\windows\system32) is the working directory when the remote program is executed.
On the psexec command line, this uses the -w option. |
#2
|
|||
|
|||
VBP does pass the Start In folder to psexec -w for remote execution.
|
#3
|
|||
|
|||
That option exists when remotely executing a batch file or an external program, but it does not appear to exist in the VisBuildPro Project command.
Is there any way of accomplishing this from that command? |
#4
|
|||
|
|||
You could pass the path in as a parameter and use that in a Set Current Dir at the start of the project being called.
http://www.kinook.com/VisBuildPro/Ma...ameterstab.htm http://www.kinook.com/VisBuildPro/Ma...rdiraction.htm We'll also consider adding an explicit option for that in the VisBuildPro Project action. Thanks. |
#5
|
|||
|
|||
I am doing what you suggested about setting the current directory, but it took me quite a while to figure out that was the only way I could do it.
An option for setting the current working directory would be very helpful. Thanks |
#6
|
|||
|
|||
This is implemented in v7.5.
http://www.kinook.com/Forum/showthre...?threadid=4415 http://www.kinook.com/VisBuildPro/Ma...projecttab.htm |
#7
|
|||
|
|||
That's great, thanks
|
|
|