Jump to content

StillOn98

Member
  • Posts

    7
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Tunisia

Posts posted by StillOn98

  1. ColorConsole 1.51 : ColorConsole brings a little color to your black and white world of Windows console .

    One can save many hand moves and also time!

    An installation of ColorConsole is not required

    and can be executed easily from the desktop.

    ColorConsole1.png

    Features:

    Favorites commands

    Export to HTML and RTF

    Copy,Paste,Cut...

    Changeable font style and color

    One times Console always Console;)!

    ColorConsole2.png

    http://www.softwareok.de/?seite=Software/C...anguage=english

    download : http://www.softwareok.de/Download/ColorConsole.zip 71.9 KB

  2. Java may be writing to the console via BIOS INT 10H...

    Even DOS text services were implemented this way.

    What you need is a program that traps all input sent to INT 10H and redirects it to a file.

    Then, whatever is written to the console will end up in the file.

    Unless Java writes directly to the video regen buffer... But I doubt it'd be implemented this way.

    HTH.

    But, i don’t think that i’m able to code this in asm. :wacko:

  3. Hello,

    I’m looking for how to add a scrollbar to the program “command.com” (or similar program with a scrollbar)

    I need this feature to view errors messages generated on the execution of my java code, I tried to make a redirection of stdout to a file but it doesn't work.

    :huh:

×
×
  • Create New...