Window Explorer - Context Menu - Command Prompt
I can add the following to the registry so that when I right-click on a directory, it would open a command prompt right at that folder level.
So here is my question. What is it in Windows XP that allows this but not in Windows 7?
I can put this into the registry: and it works.
In Windows 7, I have to put this into the registry:
Code:
cmd.exe /c pushD %L cd %1
and it works. Otherwise, when opening a different drive, it would result back to "C:\Windows\System32"
Why do I have to have PUSHD and it worked with out it in Windows XP?