@echo off

if "%*"=="" (
  start explorer.exe /e, "%CD%"
) else (
  start explorer.exe /e, %*
)
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2012-06-10 17:19:53
Processing time 0.0069 sec