 |
|
 |
Press Control-M to toggle it
|
|
|
|
 |
|
 |
Hi,
I noticed it does not support "drag and drop" like real command window, it would be good if you can add this feature~~
|
|
|
|
 |
|
 |
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.
|
|
|
|
 |
|
 |
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!
|
|
|
|
 |
|
 |
First, very nice tool (thanks a lot)! Second, any plans on adding support for PowerShell?
TIA,
Jon
|
|
|
|
 |
|
 |
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?
|
|
|
|
 |
|
 |
I get some errors building the application
hz law
|
|
|
|
 |
|
 |
Been using tool for what.. Years? Excellent stuff...
|
|
|
|
 |
|
 |
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.
|
|
|
|
 |
|
 |
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.
|
|
|
|
 |
|
 |
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.
|
|
|
|
 |
|
 |
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.
|
|
|
|
 |
|
 |
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.
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
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....
|
|
|
|
 |
|
 |
Try building ConsoleCtrl, that seems to be the class that handles encapsulating the Console in a UserControl.
|
|
|
|
 |
|
 |
Very nice tool you coded there. It is indeed very helpful!
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
would you know how to use command prompt to get through websites..???
|
|
|
|
 |
|
 |
the best power tool i have found all this year i needed it sooooo much
thank you
|
|
|
|
 |
|
 |
wat can i tell the prompt to do
|
|
|
|
 |
|
 |
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 )
{
...
|
|
|
|
 |
|
 |
I absolutely love this application.
Unfortunately, closing explorer crashed my desktop forcing a reboot. I freaked and unistalled this app because I can't afford to reinstall my OS at this time. I tried saving the error messages but the info I got was useless...I do recall that the exception refernced some sort of interop problem.
I would love to use this application if this type of crash could be avoided...any ideas?
thanks
ricky
|
|
|
|
 |
|
 |
Hi,
i have problem to with this great tool, only on computers with service pack's, when i close explorer, for the first time, and during resize the console, error message is: object instance not set to an instance of an object! in function "ResizeConsole(..)"
if you run this tool pleas let me know what i have to do, change!
regards
mirso
|
|
|
|
 |
|
 |
I have not tried it on win 2K. On Win XP with sp 2 installed I have no problems. From the errors you are describing it sounds like it may be something to do with the version of your .NET framework installed on the machines or something.
|
|
|
|
 |