Skip to content

Instantly share code, notes, and snippets.

@TexAgg
Created June 13, 2016 15:21
Show Gist options
  • Save TexAgg/4ef1a8873106b75eb4e25928f9180f66 to your computer and use it in GitHub Desktop.
Save TexAgg/4ef1a8873106b75eb4e25928f9180f66 to your computer and use it in GitHub Desktop.
@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