Created
March 20, 2018 13:18
-
-
Save linhmtran168/746af4f59d4e89a476f962593fc8179f to your computer and use it in GitHub Desktop.
Script for use cmder as terminal in VSCODE
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
@echo off | |
SET CurrentWorkingDirectory=%CD% | |
SET CMDER_ROOT=C:\tools\cmder | |
CALL "%CMDER_ROOT%\vendor\init.bat" | |
CD /D %CurrentWorkingDirectory% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment