added exit codes

This commit is contained in:
Dax T. Games
2018-09-15 13:55:54 -05:00
parent 669e997602
commit 9dce9d0f62
3 changed files with 22 additions and 17 deletions

1
vendor/init.bat vendored
View File

@ -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"