Open file using CMD in Notepad++


If you want to use Notepad++ using CMD (Windows Command Line) make sure you add Notepad++ installed location to the PATH environment variable to use it from anywhere, or else you need to go to C:\Program Files\Notepad++ folder to run the Notepad++ Console commands,

How to open a file in Notepad++ from CMD

  1. Go to installed location of Notepad++ (if PATH is not set, example: C:\Program Files\Notepad++),
  2. Type Notepad++ file-path
  3. This should open the file in Notepad++,
  4. To create a new tab, type Notepad++ tab-name
Example:
C:\Program Files (x86)\Notepad++>Notepad++ D:\countries.txt

The above command will open countries.txt file in Notepad++,

Open File in Notepad++ using CMD command.
Open File in Notepad++ using CMD command.






Author Info:

Rakesh (He/Him) has a Masters Degree in Computer Science with over 15+ years of experience in Web and Application development. He is the author of insightful How-To articles for Code2care.

Follow him on: X

You can also reach out to him via e-mail: rakesh@code2care.org

Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap