Tag Archives: windows

Console Replacement for Windows

The Windows Console is an abomination. In this modern word of mice, cut and paste, and fast video output, it’s slow, painful to use, and ugly.

As it turns out, there’s an Open Source project called, appropriately enough, Console. This project aims to address these long-standing shortcomings of the Windows console.

SourceForge Console application screenshot

Great Things

  • Proper selection without having to go to the System menu and select ‘Mark’
  • Tabs!
  • Tab title updates with name of running executable
  • Customization of the UI: toggle tabs, status bar, menu bar, tool bar
  • Supports copy on select. This will be familiar if you use PuTTY. It means selected text is automatically copied to the clipboard.

Not-So-Great Things

  • Tab title isn’t customizable
  • Colors cannot be set on a per-tab basis
  • Context menu contains a duplicate of the full Window menu, even though you likely only want the Edit menu contents

Overall, I’m very impressed with the status of the project, and I look forward to contributing to it!

Posted in Technology | Tagged , , , , , , , | Leave a comment

How to Export a Type Library

It had been awhile since I’d exported a TypeLib, so I had forgotten how! The world has moved on to .Net and its “tlxexp.exe” tool, which is for .Net/CLR assemblies only.

1) Download OLEVIEW.EXE the OLE/COM Object Viewer

2) Run OLEVIEW, then double-click the Type Library in question.

Selecting a Type Library in the OLE/COM Viewer (OLEVIEW.EXE)

3) Copy the text of the Type Library to wherever you need it.

Viewing a Type Library in the OLE/COM Viewer (OLEVIEW.EXE)

Posted in Technology | Tagged , , , , , | Leave a comment