문제

I've just discovered the NppExec console in Notepad++, which I would really like to use in place of opening up cmd instances. My 'Projects' folder is on the D drive, but Notepad++ is installed in C:/Program Files... I tried changing the current directory like so:

cd /D D:/Projects

This works fine in the normal Windows console, but in NppExec, it sends me to C:/

Any ideas for how I could get into D:/Projects?

도움이 되었습니까?

해결책

You don't need the /D flag:

cd D:\Projects
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top