📎 AI Summary:
The thread discusses whether it's possible to monitor live changes to a text file in real time without manual reloading. The original poster wants a program that automatically updates the view of a changing file, similar to Notepad++, which offers silent auto-update but requires manual enabling. A contributor confirms that Notepad++ can achieve this by adjusting its preferences for silent auto-detection, suggesting a solution for the original question. The overall sentiment is that such a feature is feasible with existing tools like Notepad++.

GTXPlayer

Well-Known Member
Member details
Joined
Apr 11, 2014
Messages
47
Thread Author #1
Hi,

I was wondering if it was possible to capture live changes of a standard text file without closing the document and re-opening it using a 3rd party program etc.

I am trying to capture output from an executable (that's not mine), but I know that it outputs to a standard text file that I am allowed to access and gather information from.

Thanks :)
 

MikeHawthorne

Essential Member
Microsoft Community Contributor
Member details
Joined
May 25, 2009
Messages
6,684
Hi

I'm not sure that anyone understands what you are asking.
At least I don't, maybe you could explain it differently?

That's probably why you aren't getting any responses.

Maybe you could give an example.

Mike
 

GTXPlayer

Well-Known Member
Member details
Joined
Apr 11, 2014
Messages
47
Thread Author #3
Hmm Ok. Ill try a different way.

Currently, if I were to open a .txt file in Notepad that can be edited by another program, the text file would not be updated unless I were to close it and open it again, if the file were to be edited in real time while I had it open.

However, one step close would be using Notepad++, where the user is notified when the currently opened text file is modified in real time. It gives you the option to reload the text file to see the new changes.

Now, I was wondering if there was a program available that could update the document in real-time without asking the user if they would like to reload the document, so it would auto-update as I viewed it.
 

Neemobeer

Windows Forum Team
Staff member
Member details
Joined
Jul 4, 2015
Messages
8,995
Notepad++ can do that.
Settings > Preferences > MISC. check the box under File Status Auto-Detection > Update Silently
 

Solution