|
 |
|
|
I tried installing this both from the installer and from the commandline. Installer gives me Error 2869 and commandline gives the other one, 1304.
Any ideas how to solve this?
btw, the source files above are very unhelpful. I had to find the the msi file somewhere else after a Google search.
|
| Sign In·View Thread·PermaLink | 1.00/5 (2 votes) |
|
|
|
 |
|
|
I have figured out how to show and hide sidebar from BHO using ShowBrowserBar call. Does anyone knows how to update the url in the sidebar from the BHO?
|
| Sign In·View Thread·PermaLink | 5.00/5 (1 vote) |
|
|
|
 |
|
|
Hi Friends
after installing the explorer bar , is it possible that the bar is displayed withouut going to view - > explorer bar? Regards
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
Hi, I noticed it does not support "drag and drop" like real command window, it would be good if you can add this feature~~
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
|
With Command Prompt Explorer Bar installed, I found I couldn't start WinMerge. WinMerge would crash on startup until Command Prompt Explorer Bar is uninstalled. Not sure how Command Prompt Explorer Bar causes this or whether this is a problem with Command Prompt Explorer Bar or WinMerge but thought it best to report the problem I encountered.
Never argue with an imbecile; they bring you down to their level, and beat you with experience.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
It's a brilliant tool for people don't like having a gazillion windows open and the integration between the command prompt and the main window is a god sent!
Thanks so much Pavel!
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
First, very nice tool (thanks a lot)! Second, any plans on adding support for PowerShell?
TIA, Jon
|
| Sign In·View Thread·PermaLink | 3.00/5 (2 votes) |
|
|
|
 |
|
|
I didn't see this mentioned anywhere. Can you have multiple explorer windows open with their own command prompt? Every time I hit Ctrl-M or select it from the Explorer menu my command prompt switches from one window to another.
Is this normal behavior?
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
|
 |
|
|
 |
|
|
1. Even if there is no path to the current folder (IE My Computer), it still tries to change to it, making for a useless "cd /D". 2. Tries to change to network paths using sync, which CMD.EXE doesn't allow. 3. It would be nice if, instead of Grow and Shrink, it resized itself automatically, as it does vertically. 4. If you click from another window on top of explorer into the cmd window, the explorer window is active as well as below the other window. You can't bring it to top unless you switch away and back.
This is VERY nice tho.
Also it would be nice if sync allowed you to move around in the command bar and it would move you around in the corresponding folders... might be too hard to keep track of if the user was in the command prompt or a sub-program.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Has anyone rebuilt this in VisStudio 2005? I'm getting a bunch of errors trying to build either one of the solutions (Command Prompt Explorer Bar and Setup).
TIA.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
I figured it out. Go into each AssemblyInfo.cs and comment out the AssemblyKeyFile attrbute. Then right click on each project in the solution explorer, click properties, go to signing, check "Sign the assembly" select Browse from the drop down, and navigate up once to find the SNK file. Select it.
Once you do this for all the projects they should build with only warnings.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Thanks for sharing, this is very slick.
If you still have problem and want an alternative solutions. Microsoft also provide a similar free tool.
Go to
http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx
And download 'Open Command Window Here' util.
Have fun.
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
|
As much as I really like this tool, to me it would be twice as useful if there were a hotkey to put the focus on the command prompt again. Toggling CTL-M does not do this. Going back and forth between mouse and keyboard is tedious, the real power for me is if I can use the keyboard for everything within Explorer-Command prompt.
Of course using strictly the keyboard in explorer is a bit cumbersome as well but having command prompt hot key would go a long way.
|
| Sign In·View Thread·PermaLink | 3.00/5 (2 votes) |
|
|
|
 |
|
|
3 years old and I'm only just seeing it (the application and not me wiseguys). Worked like a charm. I would recommend that you remove the "/" around "Ctrl+M" and align that with the rest of the accelerator keys in the menu. Also, any chance you can make it persistent? As Buddy from Seinfeld would say, high 5.
"If only one person knows the truth, it is still the truth." - Mahatma Gandhi Web - Blog - RSS - Math
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
How can I use the Command Prompt Control in a WindowsForm? I've tried to add the control to the form, but it dosen't do nothing more than a textbox....
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
|
Try building ConsoleCtrl, that seems to be the class that handles encapsulating the Console in a UserControl.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
Hi there, am a new bee to shell-extension projects. could any one please provide some steps on how to debug this. am just looking to understand the logic/flow.
Thanks,
Sekhar
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
If I put a MessageBox inside the button handler of the toolbar, the handler will be called only the first time a button is clicked. Further clicks do not call the handler anymore - why?
Refer to modul CommandBarObj.cs
void toolBar_ButtonClick(object sender, ToolBarButtonClickEventArgs e) { System.Windows.Forms.MessageBox.Show("hallo"); ... ToolBarButton b = e.Button; if( b == toolBarButtonSync ) { ...
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |