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.