How to open a folder on notepad++ using windows command line?
By Emma Payne •
I wonder if there is a way to open a folder in notepad++ from command line on windows..I can open a single file, but i want to know how to open folders as workspace (not from notepad++ dashboard) but from command line.Thank you in advance.
21 Answer
There is apparently no options to open as workspace with command-line described in the documentation.
But you can open all files in a folder by typing
start notepad++.exe web
Where web is a folder on my desktop
Or if you are already in the web folder
start notepad++.exe .