How to hold ConEmu window from exiting? -


gurus

i using using conemu command line run shell script in conemu. conemu exits after script completes. there way make conemu work "mintty -h always" keeps window open?

conemu cli:

conemu.exe /cmd c:\mybin\sh.exe my_script.sh

i wish holds window like:

mintty.exe -h -e c:\mybin\bash.exe my_script.sh

thanks

you may use following syntax

conemu.exe /cmd c:\mybin\sh.exe my_script.sh -cur_console:c 

Comments

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -