View Single Post
  #2  
Old 05-03-2007, 10:00 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,015
PowerShell doesn't seem to be able to open the stdin/out pipe created by VBP. Use a command like

powershell ... >%TEMP%\out.txt

and configure the step to read output from %TEMP%\out.txt instead of Standard output.

We have found a workaround for the problem which will be implemented in the next release.
Reply With Quote