New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ConEmu does not stay minimized if a new console tab is opened #127
Comments
Why do you talking about {cmd} task? It is not used in your batches. Running ConEmuPortable.exe implies activation of active instance. Do you really need that? Have strong doubt... |
I've used the following in test.bat Still no success, the windows goes to foreground when the tab is created. |
Posted wiki page shows proper usage of -new_console switch. Why do you still run ConEmu.exe?
|
I've updated as you said, but it still brings ConEmu to foreground. |
Indeed |
Can I send a clean close/quit/exit cmd to conemu from a bat file? |
Not sure what do you mean. Close ConEmu? |
Yes, close ConEmu. Thank you for the link! |
Original issue was fixed in build 150504 |
I want to keep ConEmu minimized no matter what happens. For example I have the following bat called test.bat:
"timeout.exe /T 10
START test2.bat"
This bat is launched using conemu shortcut that has the following arguments:
"ConEmuPortable.exe /Min /Dir ... /cmd test.bat"
The problem is that when it reaches START test2.bat, ConEmu is brought to foreground instead of being kept minimized.
How can I prevent this?
I've tried the following:
In Settings-Startup-Tasks:
I've used :b for {cmd} like this:
"cmd -new_console:bC:cmd.exe"
but nothing has changed.
The text was updated successfully, but these errors were encountered: