View Single Post
  #4  
Old 11-09-2006, 10:23 AM
eonlexx eonlexx is online now
Registered User
 
Join Date: 06-16-2006
Posts: 6
Let me clarify

I have a bat file on my local server (A) that executes a bat file remotely on another server (B). The A.bat file’s content is:

psexec \\oracle1 -u <UserName> -p <Password> -w d:\beingbackedup\ d:\beingbackedup\milestone.bat %1%

B.bat I have already posted. When I run A.bat from a DOS window and pass in the build number it works just fine. However, from within VisualBuild it will not execute pass the first executable line in B.bat.

Something else I noticed, the output from the B.bat file is not appearing in the output window.
Reply With Quote