Skip to main content

All Questions

4 votes
1 answer
663 views

How can I replace my command prompt?

Good morning, This is not a duplicate of questions like this one: I'm not looking to open the command prompt and to replace the text of the prompt by something else: I have just downloaded conEmu, a ...
Dominique's user avatar
  • 2,283
0 votes
1 answer
285 views

New console equivalent in the new windows terminal

Migrating from ConEmu to the new Windows Terminal, and looking for behavior similar to NewConsole. For reference, I'm running a bat file containing the following in ConEmu: cmd /c ".\Sample1.bat&...
Andrew's user avatar
  • 1
0 votes
0 answers
299 views

How to change perforce default command console window to ConEmu console

I want to change the default command prompt in the Perforce. I want to have like, When ever we try to open a directory in perforce via command window the default is cmd.exe, But I want to replace/...
Izaz's user avatar
  • 17
0 votes
1 answer
84 views

How to make ConEmu treat `~` as `%USERPROFILE%` (user home)?

I'd like use ~ as user home, %USERPROFILE% is too long. But I don't know where to set this alias/mapping, since windows cmd not support alias, I am afraid ConEmu can not do this.
Mithril's user avatar
  • 937
0 votes
1 answer
260 views

Alias for cmd.exe or ConEmu with filename without extension as argument

I'd like to create alias to run a program. My alias is as follows: alias cc=g++ -Wall -Wextra $1 -o $1. This way I could write cc app.cpp and the command would be g++ -Wall -Wextra app.cpp -o app.exe ...
menteith's user avatar
  • 199
3 votes
2 answers
1k views

How can I get ConEmu, Far Manager and the VS Developer Command Prompt to play nice together?

I'm currently trying to set up my environment such that I can open a ConEmu tab and it will automatically initialize Far Manager and the VS Developer Command Prompt environment. My failed attempt was ...
RaptorFactor's user avatar
2 votes
1 answer
3k views

Make ConEmu close after exiting batch file

I am running a batch file from ConEmu and want it to be as little intrusive as possible. I have set ConEmu to run minimized and close on exit. But.. after the batch is run, the window stays open and ...
Andreas Reiff's user avatar
0 votes
1 answer
528 views

Run several processes in cmd window with ConEmu

I'm using ConEmu with Windows 8.1. I need to write a BAT-file, which will run ConEmu and open several cmd-shell tabs, running a process in each of it. Right now my file looks like this: start "...
JustLogin's user avatar
  • 223
2 votes
2 answers
2k views

Can I adjust command line output to make columns vertically align?

The first image is Mac terminal output, these columns are vertically aligned. This is Windows cmder output, in a mess. Can I adjust it?
Jacob's user avatar
  • 23
16 votes
2 answers
12k views

cmder: make a new tab open in the directory of the already-open tab

When I press Ctrl+T to open a new tab in Cmder, I want the new tab to open in the same directory as the old tab (the tab that I was in, when I hit Ctrl+T). This will avoid a lot of cd commands in ...
user avatar
0 votes
1 answer
482 views

Run Spyder as a ConEmu tab

Is it possible to run Spyder ([I]Python IDE) inside a ConEmu tab? I use Notepad++ as an external editor in Far Manager & it runs inside one since I've added -new_console to my external editor ...
Eralde's user avatar
  • 3
3 votes
0 answers
1k views

Vim silent launch of ConEmu (into Git Bash) - Windows 7 Command Prompt seizes

From a Windows 7 Command Prompt: ConEmu.exe /cmd "C:\Program Files\Git\bin\sh.exe" --login -i && exit opens ConEmu (or a new tab therein) logged into Git Bash for the current directory, and (...
joharr's user avatar
  • 373
3 votes
0 answers
695 views

How can I get ConEmu to open more than 30 tabs?

I have a .bat file which opens 100+ consoles, but I need them in new tabs. Problem is, ConEmu has a max of 30 tabs. I can do this with regular cmd, but its 100+ new windows. I'd prefer them in tabs ...
pbriar's user avatar
  • 31
2 votes
1 answer
612 views

ConEmu new tab instead of split

Is there a way to disable console splitting in ConEmu? Let's say I'm in ConEmu window. I do some stuff and decide to open another cmd tab. I input cmd inside current ConEmu window, click enter and ...
YOhan's user avatar
  • 123