@Roman-Revell said in How to launch Notepad++ with new document open:
But, my goal is to just have Notepad++ open so that I can paste some text or start typing. Opening in a new document saves me from also having to do ctrl+n or click the icon. Just a little more convenient as long as I’m already running a command or script, might as well have it do what I want.
Create a file called “scratchpad.txt”. Have your batch file open notepad++ with that same scratchpad file every time you run that shortcut. QED.
Or, better, pin a shortcut to your taskbar that opens notepad++ with that file, so you don’t even have to Win+R and type npp[ENTER]. QED.
Or, better, always have a copy of Notepad++ running, with your scratchpad file always open. You can even put in your windows startup so it happens with you never having to manually run Notepad++. QED.








