Skip to content

Instantly share code, notes, and snippets.

@tilkinsc
Created December 19, 2017 00:33
Show Gist options
  • Save tilkinsc/cc4517fcfb6129dc7ab0f58658aaf697 to your computer and use it in GitHub Desktop.
Save tilkinsc/cc4517fcfb6129dc7ab0f58658aaf697 to your computer and use it in GitHub Desktop.
Open current directory batch file
REM opens current directory. Stick in C:\Windows or somewhere in path to use it easier.
REM Purpose is just to save typing and promote productivity
@echo off
explorer %cd%
exit /b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment