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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -