Hi, I have an applicattion that copies several documents to a server, that
server has a batch file that copies the documents to other locations that
only it can see, I need to be able to run the batch file on the server but
when I try it runs the batch file locally on my PC instead of the server,
could someone point me in the right direction please.

Thanks
David

RE: Run a remote application by oldman

oldman
Tue Jul 31 11:30:05 CDT 2007

Hi,

How are you running the program? Is it a link on your desktop, VBA from
within Word, a bat file?

Old Man

"David" wrote:

> Hi, I have an applicattion that copies several documents to a server, that
> server has a batch file that copies the documents to other locations that
> only it can see, I need to be able to run the batch file on the server but
> when I try it runs the batch file locally on my PC instead of the server,
> could someone point me in the right direction please.
>
> Thanks
> David

RE: Run a remote application by David

David
Wed Aug 01 03:16:01 CDT 2007

Hi, the initail code is VBA in Word 2002, this code copies the Documents to
the main server, the server has a .bat file on it that copies to 6 other
servers, there is a scheduled task to run the .bat file every hour but I
need to force the update if content changes, these 6 servers are not visible
from my desktop so I currently have to remote the server and run the .bat
file manually, I would ideally like the VBA code to be able to run the batch
file after copying the Documents.

"old man" wrote:

> Hi,
>
> How are you running the program? Is it a link on your desktop, VBA from
> within Word, a bat file?
>
> Old Man
>
> "David" wrote:
>
> > Hi, I have an applicattion that copies several documents to a server, that
> > server has a batch file that copies the documents to other locations that
> > only it can see, I need to be able to run the batch file on the server but
> > when I try it runs the batch file locally on my PC instead of the server,
> > could someone point me in the right direction please.
> >
> > Thanks
> > David