Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ConEmu: How do I make a task automatically close after completing

Tags:

conemu

I have the following task set up in ConEMU

TASKKILL /IM iexplore.exe /F

After the task runs, it leaves a console window open with a confirmation dialog "Press Enter or Esc to close console window".

Is there a way to make my task automatically close it's tab after performing its operations.

I tried using -cur_console and -new_console but these don't seem to do what I need.

like image 443
user2368795 Avatar asked Aug 13 '15 01:08

user2368795


1 Answers

There is a setting Confirm close for that in Settings > Integration > Default term:

Screenshot ConEmu Settings

like image 167
Hannes Sachsenhofer Avatar answered Oct 20 '22 03:10

Hannes Sachsenhofer