1

I've added a new task in settings. I can run this task when I create a new window. But can I also run this task from an active console? Just typing in the name of the task (with or without {}) doesn't seem to work.

Maximus
  • 10,751
  • 8
  • 47
  • 65
nizzle
  • 1,036
  • 2
  • 10
  • 23

1 Answers1

2

You may run a first command from Task in current console with ConEmuC.exe helper. For example:

ConEmuC.exe -c {powershell}

If task command contains -new_console switch (instead of -cur_console) the task will be started in new tab.

Maximus
  • 10,751
  • 8
  • 47
  • 65