Batch file to constantly read from a text file and write to the console

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
parnwham5bam
Posts: 2
Joined: 13 Jan 2021 03:47

Batch file to constantly read from a text file and write to the console

#1 Post by parnwham5bam » 13 Jan 2021 03:53

Hi im looking for a batch file that reads from a text file that is constantly updated (text file is an output logger) and writes the outputs into a new line each time. Console automatically closes when nothing is being read for X amount of time or when a certain application is closed (If possible) without the "Press any key to continue..."


Post Reply