This commit is contained in:
LeoKhoa
2018-07-24 11:04:42 +00:00
parent e12e39f010
commit 848a189df1
610 changed files with 0 additions and 204753 deletions

View File

@@ -1,15 +0,0 @@
@echo off
SET CMDER_ROOT=%~dp0
@if "%2"=="" (SET FULL_TITLE=%1) else (SET FULL_TITLE=%2)
for %%f in (%FULL_TITLE%) do set TER_TITLE=%%~nxf
title %TER_TITLE% - %FULL_TITLE%
:: Remove trailing '\'
@if "%CMDER_ROOT:~-1%" == "\" SET CMDER_ROOT=%CMDER_ROOT:~0,-1%
cd /d "%1"
cmd /k %CMDER_ROOT%\vendor\init.bat "%2"