If you're coming from Mac OS X or Linux background, you can also create an alias in your .bash_profile to use the open command as you would do on other *nix environments.
Just add the following line to your ~/.bash_profile:
alias open="explorer ."
Then:
~/.bash_profile
Then you can use the open command to open the current folder.