M HYPE SPLASH
// updates

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.

2

1 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 .

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy