Skip to main content

All Questions

Tagged with
0 votes
0 answers
13 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
  • 75
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
653 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,281
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
317 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
259 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
916 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

15 30 50 per page