Open containing folder in cmd by the way of commands
-
How do I code in figure1’s window to open containing folder in cmd as shown in figure2?
WINDOWS10
npp.8.2.x64
(figure1)

(figure2)

-
cmd /k cd /d $(CURRENT_DIRECTORY) -
Further to what Alan posted, the online users manual lists the variables you can use in Notepad++'s Run dialog, which includes
$(CURRENT_DIRECTORY).That is the only part that is unique to Notepad++. Other than that, what Alan showed you was just standard cmd.exe syntax (as documented by microsoft).
-
@alan-kilborn
Thanks a lot for your answer. -
@peterjones
I checked the user manual and learned about the Notepad++'s specific environment variables, thank you for the reminder!
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login