Creating a new file in npp is easy. Just run notepad++.exe filename.extension, and if the file does not exist you will be prompted: "Would you like to create this file?" I'd like to bypass that dialog because it forces the dialog box into focus and can create issues for accessibility users.
Essentially seeking the command-line method to launch a new instance while creating a new file, the equivalent of ALT+F6 except creates a new file, which opens a second instance if you are in Notepad-Plus-Plus.
Is it possible to use the command line to run notepad++ with new, blank file, as if ctrl+n were pressed inside notepad++?
I understand that you can add some commands like makefile or notepad++ filename.txt and then click "make the file" when it says "file does not exist. But I would prefer to effectively hit Ctrl+N via a command at the Windows Command Line Interface (CLI).