Skip to content

Instantly share code, notes, and snippets.

@raymondjavaxx
Created September 17, 2012 03:49
Show Gist options
  • Save raymondjavaxx/3735448 to your computer and use it in GitHub Desktop.
Save raymondjavaxx/3735448 to your computer and use it in GitHub Desktop.
Open command for Windows
@ECHO off
IF "%*" == "" GOTO open_current
explorer %*
GOTO :end
:open_current
explorer .
:end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment