Skip to main content

All Questions

Tagged with
0 votes
0 answers
14 views

Possible to run python scripts from ConEmu without having to type python before the script?

Is it possible to run python scripts from ConEmu without having to type python before the script? If it is possible through Windows console that would be okay too.
jamana's user avatar
  • 57
0 votes
0 answers
122 views

Docker CLI's dynamically updating output not rendering as intended in ConEmu

I'm running this docker command in ConEmu terminal, and I'm getting the following output: >docker-compose up --build [+] Building 0.0s (0/0) <--\ [+] Building 0.0s (0/0) | [+] Building 0....
laggingreflex's user avatar
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
2 votes
3 answers
3k views

Cannot clear history of cmder / conemu

On Windows 10, I want to clear the entire history of the cmder /conemu command and bash window commands. However, I cannot delete even if I use the following approaches: Open .history file in %...
Jack's user avatar
  • 1
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
1 vote
0 answers
341 views

How do enable colors in cmder for cmd.exe?

I'm using Cmder on Windows 10. When I launch a regular console ({cmd::Cmder}) I get the colorful prompt as usual, like so: Regular styled cmder I've created a custom task to setup a Visual Studio ...
DeveloperJames's user avatar
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
2 votes
1 answer
318 views

How to use shell in ConEmu console for windows 10 when I enabled shell in developer mode?

I enabled the shell with this tutorial https://www.windowscentral.com/how-install-bash-shell-command-line-windows-10 But if I have a shell script named ca.sh in a project root directory, I still can'...
Ezeewei's user avatar
  • 101
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
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
2k views

Getting 256 colors from Cygwin within cmder/ConEmu

I am trying to get 256 colors under Cygwin while running cmder. Generally, what I am doing is opening a terminal session in Windows 10 by typing "cmd" into Start. If I need to open a Cygwin terminal, ...
Bradley Evans's user avatar
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
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 votes
1 answer
86 views

How do I make a program run from console by only its name without putting the whole directory into PATH?

I have set HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\putty.exe's default value to %ProgramFiles(x86)%\putty\putty.exe. And I can run it from Win-R thing (by typing ...
x-yuri's user avatar
  • 317
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
1 vote
1 answer
1k views

how to create a simple task with one or two console commands in conemu?

So what I want to is just simply when conemu open, I want open two page and one page does this: cd c:/mydir/ then do a ls (in mac) or dir (in pc) I just can't understand their default man page, ...
Ezeewei's user avatar
  • 101
0 votes
1 answer
1k views

How to log sessions with ssh.exe, similar to how PuTTY does full session logging

I have installed Git for Windows and I use the built-in SSH client (OpenSSH 6.6.1p1) in ConEmu for tabbed SSH sessions. It works very well, but I would like to have full session logging, like what is ...
Matt's user avatar
  • 341
1 vote
1 answer
982 views

Change current tab name with script in ConEmu

I have a Powershell script that I launch from ConEmu, and I would like to be able to have this script change the name of the current tab (from where it was launched) so that I can see from which tab I ...
Matt's user avatar
  • 341
1 vote
3 answers
7k views

Changing default terminal of Code::Blocks 13.12 in Windows

I seem to be at a dead end here. I cannot change the terminal for Code::Blocks on Windows, although it is a cakewalk in Linux. The option is greyed out. Running as admin doesn't work also. The box ...
goelakash's user avatar
  • 135
0 votes
2 answers
226 views

When a task terminates in ConEmu console, how do I rerun it in the same console?

So I have this Task in ConEmu which creates several split consoles. In some of them I run a mongo database. Sometimes I terminate the database and leave the console open. Normally in a command line ...
Ev0oD's user avatar
  • 509
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
7 votes
3 answers
9k views

Why cmder does not import the user path variables?

The path variable in the cmder only contains those paths imported form the system path variable. While in normal command shell, the system path and user path will be concatenated. I've found in the ...
xing's user avatar
  • 171
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
2 votes
1 answer
763 views

Insert blank lines when using 'tail -f' in cmder

I recently switched from Cygwin to cmder mostly due to it's awesome interface and all that cool pre-configured stuff. ( http://bliker.github.io/cmder/ ) I am using tail -f very often and when I am ...
iosifv's user avatar
  • 131
2 votes
1 answer
3k views

GIT Bash commands produce no output in ConEmu

I've tried this with ConEmuPack.141123 and ConEmuPack.140602: As you can see, error messages print fine (like dir: command not found), but output from bash commands don't show up. Does anyone know ...
Mrchief's user avatar
  • 452
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
0 votes
1 answer
376 views

How to configure Conemu to highlight icon in taskbar during long time operation that is not providing time to finish?

I'm developer and using console for builds. build operation in console is taking much time so I'm minimizing console and doing some other tasks. But time to time i have to look into console to see if ...
Alexey's user avatar
  • 1
8 votes
2 answers
2k views

Rename tab from MinGW-console using ConEmu

I'm using the cmder (ConEmu) with Git Bash-tabs (MinGW) and I want to rename the current tab with a console command. Within a cmd-Tab I can use cmd /c RenameTab "myTabName" but I a need a similar ...
dontpanic423's user avatar
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
2 votes
1 answer
3k views

ConEmu: Run command in open Tab?

I'm using ConEmu (which is already open for the task in this question) with running ipython. Now I want to run a command from a second programm (namely notepad++) to make my edited python script run ...
tim's user avatar
  • 350
11 votes
3 answers
12k views

How do i configure conemu to open a new tab instead of a new window, when run on the command line?

I use total commander a lot and in my muscle memory i have it that i can run cmd at any time in total commander, and it will open a new shell window at the current directory. I'm looking for conemu ...
Mithaldu's user avatar
  • 223
2 votes
3 answers
5k views

How do I list directory contents in ConEmu console?

I recently installed ConEmu to replace the default CMD. The "ls" command to list current directory contents isnt working. How do I get back this feature?
user3437917's user avatar
0 votes
1 answer
163 views

Flash inactive tab in ConEmu (like Console does)

Is there a setting on ConEmu similar to the "Flash inactive tabs" setting in the Console app? When I run three scripts in three different tabs in ConEmu I would like either of the two tabs that are ...
user289970's user avatar
1 vote
0 answers
966 views

How to autorun a command in tab and how to open multiple tabs in split screen in Conemu?

My OS is windows 8.1 (64bit) and ConEmu version is 131225. This is my task group and it opens 3 tabs on startup as I want. >""E:\RailsInstaller\Git\bin\sh.exe" --login -i" >E:\redis-2.4.5-...
metal gear solid's user avatar
2 votes
1 answer
3k views

ConEmu Disable scrolling

Story: I have a batch file that has like a GUI and i don't want the "user" to be able to scroll up or down on it. Question: The title says it all. How can i disable scrolling from ConEmu? I have been ...
Lucas Szaron's user avatar
8 votes
3 answers
12k views

How can I specify multiple startup tasks in Conemu?

How can I specify multiple startup tasks in Conemu? I want to have each task in a separate tab opened on startup. Something like: ConEmu64.exe /cmdlist {Powershell}|{FAR}|{VSConsole} Unfortunately, ...
Maciej Wozniak's user avatar
2 votes
1 answer
1k views

Start ConEmu with prompt at the bottom

Is it possible that when a new console window is started the command prompt and content of ConEmu is bottom aligned? I mean, once the window is filled, ConEmu naturally becomes bottom aligned until ...
M.K. Safi's user avatar
  • 431
7 votes
2 answers
3k views

Configure conemu with Visual Studio command prompt variables

I have searched and searched and got nothing. Please let me know how can I use conemu as a Visual Studio command prompt replacement. I mean how can I add the variable in the vcvarsall.bat to a conemu ...
Soham Dasgupta's user avatar
6 votes
4 answers
9k views

Run series of commands in different tabs in conemu

I have a .bat file which used to open 3 cmd windows each a different colour. I am now using conemu and would like to now do the same but in different tabs. How do I do that? My .bat file: cd /D x:\...
Neil's user avatar
  • 162
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
31 votes
1 answer
20k views

How do you configure ConEmu to run cmd.exe as an Administrator from an Explorer integration?

I am trying to add a ConEmu Here - Explorer context menu integration entry for the Visual Studio 2012 command prompt. I want the shortcut to Run as Administrator. I am not sure of the right way to ...
bentayloruk's user avatar