Open the folder associated with the Command Prompt's working directory? [duplicate]

explorer %cd%

Should do it. %cd% will always print the current directory.


explorer . 

This is what I use.

start . 

Perhaps the shortest.