0

I use the next code in my bat file

@echo off
myTerminalApp.exe >> output.txt

when I run the bat file, it runs in the terminal and my app works. It stores all output to the txt file as expected, but does not display the output in terminal.

So how can I make it save the output to the txt file and display that output in the terminal window as well?

Lajos Arpad
  • 64,414
  • 37
  • 100
  • 175
Fast Rpl
  • 3
  • 1
  • 3
  • Does this answer your question? [Displaying Windows command prompt output and redirecting it to a file](https://stackoverflow.com/questions/796476/displaying-windows-command-prompt-output-and-redirecting-it-to-a-file) – Lajos Arpad Mar 30 '20 at 10:54
  • not work for me – Fast Rpl Mar 30 '20 at 12:18

0 Answers0