mirror of
https://github.com/cmderdev/cmder.git
synced 2025-01-25 23:59:07 +08:00
readme.md
This commit is contained in:
parent
0be94725bd
commit
4aec21ce19
2
vendor/bin/cexec.cmd
vendored
2
vendor/bin/cexec.cmd
vendored
@ -22,7 +22,7 @@ if /i "%currenArgu%" equ "/setPath" (
|
|||||||
set "ccall=call %~dp0cexec.cmd"
|
set "ccall=call %~dp0cexec.cmd"
|
||||||
set "cexec=%~dp0cexec.cmd"
|
set "cexec=%~dp0cexec.cmd"
|
||||||
) else if /i "%currenArgu%" == "/?" (
|
) else if /i "%currenArgu%" == "/?" (
|
||||||
call :help
|
goto :help
|
||||||
) else if /i "%currenArgu%" equ "/help" (
|
) else if /i "%currenArgu%" equ "/help" (
|
||||||
goto :help
|
goto :help
|
||||||
) else if /i "%currenArgu%" equ "/h" (
|
) else if /i "%currenArgu%" equ "/h" (
|
||||||
|
Loading…
Reference in New Issue
Block a user