As a follow up, I resolved this issue (the standard output issue): /C command Executes the specified command and returns. /K command Executes the specified command and continues running.
using /K allows labview to capture the the standard output, and apparently the application terminates cleanly, despite the suggestion that command.com will continue running indefintely. Brian
