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
Post a Comment