Easy question about command prompt piping..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jlatessa
    New Member
    • Mar 2008
    • 1

    Easy question about command prompt piping..

    So I'm trying to pipe the output of a small diagnostic program to a txt file.

    I run the command "IPT.exe -v >test.txt" which runs the program in verbose and pipes the output to test.txt, however there is one snafu. The program prompts 2 questions before running. These questions do not show up on my screen, and the command appears to hang. I can enter the appropriate responses and the program progresses and outputs continuously to the .txt but I need to display these in the actual command prompt window.

    Is there some way of turning the echo on? I've tried but I don't seem to know the correct syntax.
  • epots9
    Recognized Expert Top Contributor
    • May 2007
    • 1352

    #2
    I don't think that possible, but i'll look further into it.

    Comment

    Working...