I have a really lot of files where I have to modify them manually. Pattern for modify is: always start's from line ~450 where I have to add some random data. For now I have to press "CTRL + G" on every active file in NP++ and write manually line where I like jump to but its not perfect solution for me.
So I'm wondering its possible somewhere in NP++ settings or specific file extension assignment in Windows registry to: open group of files by right click of them, select "Edit with Notepad++" and next be already at start on that line 450 on that every opened file?
What I know you can start app from x line but only for one file by creating shortcut like:
"C:\Program Files (x86)\Notepad++\notepad++.exe" c:\users\username\desktop\test.txt -n450
It would be best if something like this could be achieved:
but if this can be done with other method as well I really love to know about it.

