I think everyone who had developed under windows know this problem: You are browsing with the ms explorer and you need a console in your current directory. No problem, I'd like to show you a smart solution for this requirement:

Copy the script below to a text editor of your choice and save it as "cmdhere.reg"

REGEDIT4

[HKEY_CLASSES_ROOT\*\shell\cmdhere]
@="Cmd&Here"

[HKEY_CLASSES_ROOT\*\shell\cmdhere\command]
@="cmd.exe /c start cmd.exe /k pushd \"%L\\..\""

[HKEY_CLASSES_ROOT\Folder\shell\cmdhere]
@="Cmd&Here"

[HKEY_CLASSES_ROOT\Folder\shell\cmdhere\command]
@="cmd.exe /c start cmd.exe /k pushd \"%L\""


Now, run the "cmdhere.reg" script and re-open your windows explorer. It should appear a new entry in your context menu ("CmdHere"):