Notepad++ - Open Folder
By default, Notepad++ will open all the files when passing folder as command line argument i.e. notepad++.exe c:\tmp
which is not what I want. You can open the folder in “workspace” mode i.e. a tree of files will appear on the left like so:
notepad++.exe -openFoldersAsWorkspace c:\tmp\
or for current folder
notepad++.exe -openFoldersAsWorkspace .
To contact me, send an email anytime or leave a comment below.