Merge pull request #2747 from DRSDavidSoft/patch-3

Add bin\cmder_shell.cmd
This commit is contained in:
Dax T Games 2022-09-10 20:23:57 -04:00 committed by GitHub
commit a027bdc5c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
vendor/bin/cmder_shell.cmd vendored Normal file
View File

@ -0,0 +1,13 @@
@echo off
set CMDER_ROOT=%~dp0..\
if "%cmder_init%" == "1" (
"%CMDER_ROOT%\vendor\clink\clink.bat" inject -q --profile "%CMDER_ROOT%\config" --scripts "%CMDER_ROOT%\vendor"
) else (
set cmder_init=1
)
pushd %CMDER_ROOT%
call "%CMDER_ROOT%\vendor\init.bat" /f
popd