Questions tagged [ansicon]

ANSICON provides ANSI escape sequences for Windows console programs. It provides much the same functionality as ANSI.SYS does for MS-DOS.

ANSICON provides ANSI escape sequences for Windows console programs. It provides much the same functionality as ANSI.SYS does for MS-DOS.

Requirements:

  • 32-bit: Windows 2000 Professional or later.
  • 64-bit: Windows Vista or later.

Running ANSICON with no arguments will start a new instance of the command processor (the program defined by the ComSpec environment variable, typically CMD.EXE), or display standard input if it is redirected. Any argument will be treated as a program and its arguments.

18 questions
0
votes
0 answers

Open a jar file in a ansicon console through a bat file

I'm currently working on a new project. Since I use ANSI in this java project I realised I can't use these colors in a windows cmd. I already tried various ways but none of them helped. So, what do I want to do? I want to run my jar file through a…
0
votes
1 answer

Ansicon was working, now wrong colors

I recently installed ANSICON (x64) to colorize my Rspec output. Afterward I changed my default console property colors to experiment a bit (by right clicking cmd and changing "default" and "properties"). Now my Rspec test that are supposed to be…
studentck
  • 53
  • 5
0
votes
1 answer

Unable to download ANSICON after installing Cucumber in Windows7 64bit

OS: Windows 7 64-bit I have installed Ruby1.9.3 and Ruby DevKit 4.5.2 successfully I have installed Cucumber by using the following command: gem install cucumber Cucumber was installed that was confirmed by using cucumber --help command Now is the…
Ripon Al Wasim
  • 36,924
  • 42
  • 155
  • 176
1
2