mirror of
https://github.com/cmderdev/cmder.git
synced 2025-08-03 05:49:20 +08:00
added exit codes
This commit is contained in:
1
vendor/init.bat
vendored
1
vendor/init.bat
vendored
@ -29,6 +29,7 @@ if not defined CMDER_ROOT (
|
||||
:: Remove trailing '\' from %CMDER_ROOT%
|
||||
if "%CMDER_ROOT:~-1%" == "\" SET "CMDER_ROOT=%CMDER_ROOT:~0,-1%"
|
||||
|
||||
call "%cmder_root%\vendor\bin\cexec.cmd" /setpath
|
||||
call "%cmder_root%\vendor\lib\lib_base"
|
||||
call "%cmder_root%\vendor\lib\lib_path"
|
||||
call "%cmder_root%\vendor\lib\lib_console"
|
||||
|
Reference in New Issue
Block a user