Created
December 19, 2017 00:33
-
-
Save tilkinsc/cc4517fcfb6129dc7ab0f58658aaf697 to your computer and use it in GitHub Desktop.
Open current directory batch file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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