Skip to main content

All Questions

2 votes
0 answers
125 views

How to create task in ConEmu that opens two tabs, goes to specific directory and runs tasks?

Through ConEmu, I'm trying to create a task that will open up two tabs, go to a specific directory, and execute two different commands. Could someone tell me what I'm doing wrong cmd -cur_console:n:...
The Vanilla Thrilla's user avatar
0 votes
1 answer
917 views

ConEmu: how to redirect output of spawned application

I successfully use ConEmu to start different instances of a command line application MYAPP in different tabs. E.g. by predefined task cmd /k MYAPP Tab1 -new_console:t:MyAppTitle ... To monitor ...
rodims's user avatar
  • 1
1 vote
1 answer
569 views

PowerShell in conEmu has different PATH from cmd

Why does PowerShell on conEmu have a different PATH from cmd? I see this when I do openssl version in PowerShell I see that 2007 version and in cmd I see the 2013 version.... This is my startup ...
Nick Ginanto's user avatar
  • 1,405