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

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

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

javascript - Chart.js - setting tooltip z-index -