Created
June 13, 2016 15:21
-
-
Save TexAgg/4ef1a8873106b75eb4e25928f9180f66 to your computer and use it in GitHub Desktop.
This file contains 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
@echo off | |
REM This is a startup script which opens Explorer at the project root, | |
REM as well as Visual Studio Code. | |
REM Opening VSCode should be the last line, because commands after that don't work. | |
%SystemRoot%\explorer.exe "%cd%" | |
code "%cd%" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment