Console is a Windows console window enhancement

learn more… | top users | synonyms

0
votes
1answer
70 views

console2 uses the wrong JAVA_HOME

I discover something weird with console2 and thought somebody have a solution. I have defined JAVA_HOME and added the %JAVA_HOME%\bin to my Path. The Version of my defined JAVA_HOME is jdk1.6.0. My ...
-1
votes
1answer
97 views

Is there any method to make the cursor blink in Console2? [closed]

Console2 is quite a better alternative to default Windows command line. But is there any method to make the cursor blink?
3
votes
2answers
54 views

how do i get console to notify me when it is finished running a script

I am using nant, but this can apply to any thing, I just want to know if there is a way to set windows cmd or console2 or some kind of shell to give me a popup or make a noise when it is "finished" ...
0
votes
2answers
309 views

Open cygwin on path passed as first param to bash.exe

I'm going mad trying to achieve this. I read a lot of questions over stackoverflow but they didn't work. I'm trying to open a tab on console2 that opens cygwin on path passed as param to it. For ...
3
votes
2answers
329 views

Can vim recognize when it is used in Console2?

With Steven Harman's Solarized tweak for Console2 I can more or less use the Solarized color scheme in win32 vim. But once in a while I find myself in vim via a vanilla cmd.exe window and the ...
3
votes
1answer
2k views

Console2 and ConEmu - weird command prompt

Thank you very much in advance for helping. I'm a happy user of Cygwin and Mintty in Windows 7. But I always like to see what other options are out there. So I downloaded Console2 and ConEmu. First ...
3
votes
2answers
608 views

console2 colors solarized

I am trying to use Solarized colors on a Windows 7 pc using Console2. I can't get the colors to work correctly though. I tried changing the entries in console.xml as suggested here. Is this all I ...
1
vote
1answer
729 views

cygwin + console2 ctrl-c keyboard interrupt not working

I'm using console2 as my shell for cygwin and control-C is not working. I have made sure that control-C is not being used as a hotkey in my console2 settings. This is how I run cygwin from console2 ...
0
votes
0answers
59 views

Start JRubyStack with Console 2

I have installed the JRuby Stack environment in Windows which uses the default windows cmd as a console. I want to use Console 2 but unfourtunately I don't know how to configure it. I tried creating ...
5
votes
2answers
2k views

.bat file to open executable within Console2

I am aiming to create a .bat launcher that will execute a command line .exe program within Console2. My best guess would be that it should go something like: @echo off start "" Console.exe ...
6
votes
1answer
520 views

How to create a shortcut for a tab in Console2?

In Console2, I have 2 tabs. The first is called "Console2" and it's the default tab. The second is called "Git Bash" and it's the Console2 replacement for Git Bash CMD. I would like to create a ...
1
vote
1answer
194 views

Configure command and response colors in the windows command line. Alternatives?

I work a lot in command line with app with sends a lot of information in response in json. I found that sometimes it is not easy to find where the response starts and ends and where is the command of ...
2
votes
1answer
400 views

Suspending a process in bash running inside console2

In other terminals I would press Ctrl+z to suspend an application, often to then issue bg to send it into background. In console2 Ctrl+z does nothing, probably because the key combination has a ...
13
votes
2answers
2k views

Can Console2 be used with Powershell?

I'm a big Console2 fan, and I've recently been introduced to the power of PowerShell. Is it possible to have the latter (aka the PowerShell interpretive shell) inside the former?
0
votes
1answer
476 views

Is it possible to make a script that runs commands on Console 2?

I use Win XP. I have no admin rights on this computer, so I'm not allowed to access the System variables. I can run a batch file, but it annoys me that both cmd and Console 2 are then running. I would ...
0
votes
1answer
174 views

windows cmd doesn't type hebrew characters form Ruby app

I have a XML that contains also Hebrew characters, but when typing (the Windows 'CAT') it to the screen - it shows Gibrish. So, I installed Console2 and changed encoding (chcp) to either 862 or 1255 ...
2
votes
4answers
1k views

How do I configure Console2/Git Bash to run different scripts in different tabs?

Firstly, my apologies for possibly incorrect terminology. I'm coming at this from a windows background and have only Windows and DOS knowledge with which to express my needs. Background I am using ...
3
votes
1answer
1k views

How do you get iPython to run on Console2? [closed]

How do you really get iPython to run on Console2? The instructions on the iPython site are not correct: http://ipython.scipy.org/moin/IpythonOnConsole. (it says the Shell needs to be set to: cmd.exe ...
9
votes
2answers
3k views

console2 - how to make it fullscreen?

Is there any way to make console2 go fullscreen? I edit settings and increase window and buffer size but when I restart settings are reset to 63 rows in window size.
2
votes
2answers
1k views

How to make console2 open in a specific folder?

With cmd, I can do cmd /K cd /D "c:\repo" to open cmd in c:\repo How to do the same with console2 when using cmd as a shell?
2
votes
2answers
365 views

Consoles and Tabs

When I start the tomcat server from console using the startup.bat script, a new command window opens which is filled with java logging statements. I use Console2 which leverages tabs for each open ...
24
votes
1answer
940 views

Use Console2 for Visual Studio debugging?

Is there a way to use the popular Console2 cmd.exe replacement for Visual Studio debugging? In other words, when I debug a console app under VS, I want it to use Console2 instead of cmd.exe.
17
votes
3answers
4k views

How do I enable msysgit colored output when using console2

I'm having a hard time enabling git colored output on windows when using console2. To trick git I've already SET TERM = 'cygwin'. This enabled the colors from a standard cmd.exe prompt but not in ...
3
votes
9answers
2k views

Programming a terminal emulator, what's in it?

This is related somewhat to this question about a better shell terminal/gui-interface for cmd.exe In my quest to find a better shell terminal, the only useful thing I came across was Console2, other ...