You should change your batch file to include a "change directory" statement. One of my favorite windows batchfile tricks is using "cd /d %~dp0" which will change to the directory where the batch file is located and also change the drive. This only works when using "cmd.exe" so the client should be something like windows 2000 or newer.
Hope this helps, Hugo On Dec 6, 2007 2:55 PM, Mayfield, Andy L. <[EMAIL PROTECTED]> wrote: > I am trying to run a batch file via the Run Process action on an active > link. The active link is firing and it's attempting to run the batch > file, but not successfully. > > A copy of Robocopy.exe has to be in the same directory as my batch file. > I was wondering if executing via an active link renders it unable to > read the Robocopy.exe file for some reason. > > It works fine if you simply execute it manually from the folder, but > when executed via the active link it behaves as if Robocopy.exe was not > in the folder. > > Sorry is this is a duplicate post. I tried to post from the web last > night, but did not see it on the list. > > > Andy L. Mayfield > Sr. System Operation Specialist > Alabama Power Company > Office: 205-226-1805 > Cell: 205-288-9140 > SoLinc: 10*19140 > > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" > _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

