1

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?

Abbas
  • 6,720
  • 4
  • 35
  • 49
exelotl
  • 494
  • 3
  • 10

1 Answers1

2

You don't need the /D flag:

cd D:\Projects
BoltClock
  • 700,868
  • 160
  • 1,392
  • 1,356