Advertisement
mgaikema

start

Jul 23rd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.24 KB | None | 0 0
  1. @echo off
  2. REM This is a startup script which opens Explorer at the project root,
  3. REM as well as Visual Studio Code.
  4. REM Opening VSCode should be the last line, because commands after that don't work.
  5. %SystemRoot%\explorer.exe "%cd%"
  6. code "%cd%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement