Click here to Skip to main content
15,881,172 members
Articles / Programming Languages / C#
Article

Command Prompt Explorer Bar

Rate me:
Please Sign up or sign in to vote.
4.93/5 (184 votes)
10 Jun 20023 min read 1.4M   23.9K   356   265
This tool extends explorer with functionality of a command prompt. Implemented as a band object completely in C#. Demonstrates COM Interop and P/Invoke, windows hooking and API interception. Finally you can run all these .Net SDK tools and ‘Hello World!’ programs without leaving explorer shell.

Introduction

The Command Prompt Explorer Bar is a small tool that extends Windows Explorer.

Version 1.1 is now available.

Ever tried to run one of those console programs ("Hello World!" to name a few), .BAT, .VBS or .JS scripts just to see black window popping up and disappearing? I did. Especially after I started using .Net framework I find myself doing this more often. No wonder - with all this ALs , NGENs and TLBIMPs. So if you are like me then this tool is right for you. Next time you need to run a program without GUI, just press the 'Ctrl+M' key combination in your explorer. A command prompt will start and appear automatically. Its current directory will be exactly the same as the current path you are browsing. And better yet the console will appear inside your explorer window - like any other explorer bar does - 'History', 'Favorites', 'Folders' etc. Now you can have the best of both worlds combined together - easy and fast navigation of explorer and power of batch processing of the command prompt. Or should I say Command Prompt Explorer Bar:

Image 1

Well, that is how it looks like. Isn't it a beauty?

You may have noticed a toolbar on the left of the console window. I tried to put some nice timesaving features there. The most powerful is a button with a 'Script' icon on it. It has a drop down menu where you can select a command you like to be executed. It even knows how to substitute '{0}' for the name of the current files selected in explorer. Here is when it can be useful. Let's say you want to install your assembly into a 'Native Images Cache'. With Command Bar it is as simply as selecting your assembly in explorer and clicking on 'ngen {1}' menu item. It also works just fine for multiple selected files (use {0} instead). Now you can compile your .cs or .vbs files without leaving a comfortable explorer shell. And yes, you can change this menu and scripts the way you like them. It is as simple as editing a text file in a Notepad.

And here is another (besides pressing 'Ctrl+M') way of starting this tool:

Image 2

I hope you'll enjoy this little tool. Send me your comments, requests and bug reports to PavelZolnikov@yahoo.com.

History

  • 5/31/2002, 1.0 - original version.
  • 6/11/2002, 1.1 - bug fixes. NOTE: if you were using version 1.0 and have customized macro.xml file, you might want to save its backup version somewhere before uninstalling.
    • New setup. Hopefully without issues like in previous version. Thanks to Michael Dunn for his tip.
    • Fixed an issue with CMD.EXE failing to start. CreateProcess interception is now scoped by instances of Folder Windows and enabled only if CommandBar is visible. 'Launch folder windows in a separate process’ is no more required.
    • Integrated keyboard focus with explorer. Now Command Prompt window is reachable through Tab and Shift+Tab keys.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralRe: Not working on XP Pro Pin
3-Jun-02 10:28
suss3-Jun-02 10:28 
GeneralRe: Not working on XP Pro Pin
Paul Manning4-Jun-02 3:28
Paul Manning4-Jun-02 3:28 
GeneralRe: Not working on XP Pro Pin
Paul Manning4-Jun-02 3:46
Paul Manning4-Jun-02 3:46 
GeneralPlease submit it for Windows Forms Coding Hero Award Pin
Rama Krishna Vavilala31-May-02 7:58
Rama Krishna Vavilala31-May-02 7:58 
QuestionAny luck on windows 2000? Pin
31-May-02 6:48
suss31-May-02 6:48 
AnswerRe: Any luck on windows 2000? Pin
Pavel Zolnikov31-May-02 6:55
Pavel Zolnikov31-May-02 6:55 
GeneralRe: Any luck on windows 2000? Pin
Mark Lenz3-Jun-02 7:01
Mark Lenz3-Jun-02 7:01 
GeneralRe: Any luck on windows 2000? Pin
Pavel Zolnikov3-Jun-02 9:37
Pavel Zolnikov3-Jun-02 9:37 
Sorry for a troubled setup Frown | :(
Looks like running a
regasm %systemroot%\assembly\GAC\CommandBar\1.0.0.0__f62fe54d9a592d72\CommandBar.dll
might help.

Pavel.
GeneralRe: Any luck on windows 2000? Pin
krishnaswin4-Jun-02 5:01
krishnaswin4-Jun-02 5:01 
GeneralReally cool! Pin
Diarrhio31-May-02 6:15
Diarrhio31-May-02 6:15 
GeneralSweet! Pin
31-May-02 5:05
suss31-May-02 5:05 
GeneralRe: Sweet! Pin
Pavel Zolnikov31-May-02 5:14
Pavel Zolnikov31-May-02 5:14 
GeneralRe: Sweet! Pin
Anonymous7-Aug-05 4:02
Anonymous7-Aug-05 4:02 
GeneralLike the idea Pin
Rama Krishna Vavilala31-May-02 1:47
Rama Krishna Vavilala31-May-02 1:47 
GeneralProblem... Pin
Richard Deeming31-May-02 1:16
mveRichard Deeming31-May-02 1:16 
GeneralRe: Problem... Pin
Matthias Mann31-May-02 1:25
Matthias Mann31-May-02 1:25 
GeneralRe: Problem... Pin
Richard Deeming31-May-02 3:16
mveRichard Deeming31-May-02 3:16 
GeneralRe: Problem... Pin
Pavel Zolnikov31-May-02 5:04
Pavel Zolnikov31-May-02 5:04 
GeneralRe: Problem... Pin
Richard Deeming31-May-02 5:20
mveRichard Deeming31-May-02 5:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.