Questions tagged [console2]

Console is a Windows console window enhancement

Console is a Windows console window enhancement. Console features include: multiple tabs, text editor-like text selection, different background types, alpha and color-key transparency, configurable font, different window styles.

Console website

59 questions
0
votes
0 answers

How to execute a command on Console2 through VB.NET?

is there a way to execute a command on Console2 from a VB.NET program?This is what i've tried, but doesn't seems to work. Thanks in advance. Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs)…
Code Newbie
  • 124
  • 1
  • 2
  • 10
0
votes
0 answers

What are the Console2 command line options? Launch new tab versus new window

The help file for Console2 isn't opening on my Win8 or Win7 VM and I'm looking to see what command line options it supports. Basically I have integrated it a bit with Visual Studio as a 'External' tool with this command... Command: C:\Program Files…
Terry
  • 2,148
  • 2
  • 32
  • 53
0
votes
1 answer

Where does Console2 reads fonts from?

I can only see couple of fonts listed on the settings of console2 even though I have installed lots of fonts in my system. Where does the console2 reads the fonts from?
Aakash Sigdel
  • 9,060
  • 5
  • 33
  • 38
0
votes
2 answers

Why are environment variables in cmd and Console2 different?

I installed Console2 to replace the Windows default console. I set the console2 shell as cmd.exe. Everything is okay. But today, I added maven's path in PATH variables, and execute mvn command, it was not recognized. So I tried the command in…
NingLee
  • 1,477
  • 2
  • 17
  • 26
0
votes
2 answers

Change VIM cursor running on Console2

I can't change the type of the VIM cursor when I enter the Insert Mode, when I'm using Console2. I wanted it to do just like in cmd, as shown in the Figure: I tried do something like this question, but It didn't work either. Does anyone know if…
FLemos
  • 183
  • 1
  • 6
0
votes
1 answer

Console2 not using PS1 colours

I am using Cygwin in Console2 with the following PS1 export PS1='\[\e]2;\w\a\e[1;32m\e[40m\n\w\n\d - \@ > \[\e[0;00m\]' The prompt has the correct text content, but all the colors are ignored. ~/wd Tue Mar 18 - 01:14 PM > Screenshot showing…
Robert Mark Bram
  • 8,104
  • 8
  • 52
  • 73
0
votes
1 answer

Bat script cmd to console2

In some .bat file I have the following line start "tomcat product" cmd /K mvn tomcat7:run %ENV_PARAMS% -P%MAVEN_PROFILE% I want to change it to use console2 instead of cmd but without luck. Anyone can help me with that?
zibi
  • 3,183
  • 3
  • 27
  • 47
0
votes
0 answers

java not found in Console2

Hi there when in Console 2 I type in java or java -version and I get the following error 'java' is not recognized as an internal or external command, operable program or batch file. HOWEVER in my windows command promt java is working fine... What…
Puo
  • 133
  • 2
  • 9
0
votes
1 answer

Custom items to "path" in console2

I was wondering if its possible to add custom folders to console2 app, when it starts. What i mean is, i created a USB flash that always uses drive letter X, and i have custom apps there, that i need to add to system path, to use them in console2.…
ExClouds
  • 527
  • 1
  • 7
  • 13
0
votes
1 answer

Console2 - diacritical characters in Git vim

For some time I use Console2 and it's perfect for me except one annoying thing. I've created new Git tab with shell "C:\Program Files (x86)\Git\bin\sh.exe" --login -i. This thing happens when I commit changes in vim. When I'm typing diacritical…
kemot90
  • 551
  • 3
  • 14
0
votes
2 answers

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 System has a jre1.5.0 installed. If i start…
nik the lion
  • 458
  • 1
  • 9
  • 22
0
votes
0 answers

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 a new tab in Console to and in Shell I gave it…
Florin Gogianu
  • 338
  • 4
  • 10
-2
votes
1 answer

Console2 Tab for Bash on Ubuntu on Windows 10

I can't get Console2 to give me a new tab with the Bash on Ubuntu on Windows shell. So far, I've tried: C:\Windows\System32\bash.exe C:\Windows\System32\cmd.exe /c "C:\Windows\System32\bash.exe" C:\Windows\SysWOW64\cmd.exe /c…
Joe Wilson
  • 5,591
  • 2
  • 27
  • 38
-2
votes
2 answers

How to Make _ _ LINE _ _ and _ _ FILE_ _ run in perl?

(The Script) #!/usr/bin/perl # Program, named literals.perl written to test special literals 1 print "We are on line number ", _ _LINE_ _, ".\n"; 2 print "The name of this file is ",_ _FILE_ _,".\n"; 3 _ _END_ _ And this stuff is just a…
Jawn Fam
  • 19
  • 2
1 2 3
4