ttleser 0 Posted March 12, 2013 Holy crap that worked. I didn't even think about using |more. What made you think of that Mhz? Thanks! Share this post Link to post Share on other sites
MHz 80 Posted March 13, 2013 With pleasure. We knew that it redirected to a file OK so something was acting as a block. I did try StdInWrite 1st to send a @CR which can help with some processes that want a response to continue and that failed. So some kind of redirect/pipe method was needed and I do use |more often in cmd prompts so it seemed ideal to test. More seems to filter the bad char or whatever that was blocking the full stream output to the script. Share this post Link to post Share on other sites