để tự động mở tệp của bạn trong notepad ++, chỉ cần chuyển nó vào notepad ++:
"C:\Program Files (x86)\Notepad++\notepad++.exe" "D:\path of file\file.log"
Để tự động cập nhật, câu trả lời này đã được trả lời trong SU: Cách tự động tải lại các tệp đã sửa đổi trong Notepad ++
hoặc Settings -> Preferences -> MISC -> Update silently
hoặc là
There is a nice plugin called Document monitor (Can be found and installed from the Plugins => Plugin Manager => show Plugin Manager menu),
It updates the opened files every 3 seconds. Together with the option to "scroll to last line after update", it will have the ability to "tail" a log file as wanted.
After the plugin installation don't forget to activate it by clicking:
Plugins => Document monitor => start to monitor