1

I have an application that will be writing integers into a file, line-by-line, at a rate of every 5 seconds.

a sample Notepad file

I would like to use an program other than Notepad.exe, where I can reload the text file while it's being written to . This way, I can see the changes easily as they're happening, instead of closing/reopening the file.

1 Answers1

0

I found a way, it is with Notepad++ ( "reload from disk " ) :

enter image description here

Pierre.Vriens
  • 1,425
  • 38
  • 16
  • 20
  • Furthermore, check out the auto-detection update silently option as listed in this posts accepted answer: http://superuser.com/questions/106073/text-log-editor-with-auto-refresh-support – Vomit IT - Chunky Mess Style Nov 23 '15 at 04:52