path - Run notepad++ from windows command prompt -


i'm new windows (i'm using win7 right now). have downloaded notepad++ , added path c:\program files\notepad++\notepad++.exe; path environment variable. quit command prompt , opened again when type notepad++, notepad++ or notepadd++.exe says

is not recognized internal or external command, operable program or batch file.

i checked path again echo command , shows included path. i'm doing wrong?

you should add directory containing .exe path instead. notice existing entries in path environment variable example.

i.e. add path:

c:\program files\notepad++ 

Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

c# - Update a combobox from a presenter (MVP) -

android - Unable to generate FCM token from dynamically instantiated Firebase -