mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 17:59:11 +08:00
init.bat update for cexec
This commit is contained in:
parent
564ef5220e
commit
bda09bc274
9
vendor/init.bat
vendored
9
vendor/init.bat
vendored
@ -7,7 +7,6 @@
|
|||||||
:: !!! Use "%CMDER_ROOT%\config\user_profile.cmd" to add your own startup commands
|
:: !!! Use "%CMDER_ROOT%\config\user_profile.cmd" to add your own startup commands
|
||||||
|
|
||||||
:: Use /v command line arg or set to > 0 for verbose output to aid in debugging.
|
:: Use /v command line arg or set to > 0 for verbose output to aid in debugging.
|
||||||
endlocal
|
|
||||||
set verbose_output=0
|
set verbose_output=0
|
||||||
set debug_output=0
|
set debug_output=0
|
||||||
set max_depth=1
|
set max_depth=1
|
||||||
@ -333,10 +332,6 @@ if not exist "%initialConfig%" (
|
|||||||
echo :: use this file to run your own startup commands
|
echo :: use this file to run your own startup commands
|
||||||
echo :: use in front of the command to prevent printing the command
|
echo :: use in front of the command to prevent printing the command
|
||||||
echo.
|
echo.
|
||||||
echo :: the next two lines is for "%%flag_exists%%" shortcut, a custom arguments handler
|
|
||||||
echo :: don't remove it if you need it
|
|
||||||
echo call "%%cmder_root%%/vendor/lib/flag_exists" "/setPath"
|
|
||||||
echo.
|
|
||||||
echo :: uncomment this to have the ssh agent load when cmder starts
|
echo :: uncomment this to have the ssh agent load when cmder starts
|
||||||
echo :: call "%%GIT_INSTALL_ROOT%%/cmd/start-ssh-agent.cmd"
|
echo :: call "%%GIT_INSTALL_ROOT%%/cmd/start-ssh-agent.cmd"
|
||||||
echo.
|
echo.
|
||||||
@ -348,9 +343,9 @@ echo :: you can add your plugins to the cmder path like so
|
|||||||
echo :: set "PATH=%%CMDER_ROOT%%\vendor\whatever;%%PATH%%"
|
echo :: set "PATH=%%CMDER_ROOT%%\vendor\whatever;%%PATH%%"
|
||||||
echo.
|
echo.
|
||||||
echo :: arguments in this batch are passed from init.bat, you can quickly parse them like so:
|
echo :: arguments in this batch are passed from init.bat, you can quickly parse them like so:
|
||||||
echo :: more useage can be seen by typing "%%flag_exists%% /?"
|
echo :: more useage can be seen by typing "cexec /?"
|
||||||
echo.
|
echo.
|
||||||
echo :: %%flag_exists%% "/customOption" "command/program"
|
echo :: %%ccall%% "/customOption" "command/program"
|
||||||
echo.
|
echo.
|
||||||
echo @echo off
|
echo @echo off
|
||||||
) >"%initialConfig%"
|
) >"%initialConfig%"
|
||||||
|
Loading…
Reference in New Issue
Block a user