View Single Post
  #7  
Old 10-27-2004, 08:46 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
Possibly. You can determine that by changing the 'Read program output from' to None on the Program tab of the Run Program action. Although I'm pretty sure VBP is properly handling redirection; this particular program may just not be correctly handling the way VBP does redirection. One workaround if this is the case would be to redirect the step's output to a file (%DOSCMD% <command> > c:\path\to\file.ext) and read output from that file. Otherwise, boil it down to a reproducible case that we can run here to investigate.
Reply With Quote