Opening a Command window from any folder

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Folks,
Some years ago someone had me download a Microsoft Power Kit that allowed
one to right click on any folder or directory on the File Explorer and
instantly open a command window set right on the directory where the folder
was, without having to navigate all the way to the subdirectory by typing a
long path.

I have been looking for this power kit on the microsoft.com download list
and I have not found it. Will someone please tell me if it is still exist? If
not, what is an easy way to accomplish the same task without spending time
programming? are there any shareware programs available?

Someone suggested to use the Send To and adding the command shortcut to the
Send To list, but it never opens in the directory where the folder is. Is
there a way to fix this?

Any suggestions on the above would be appreciated.
 
Have a look at Powertoys -
http://www.microsoft.com/windowsxp/downloads/powertoys/default.mspx

Color Control Panel Applet
Professional-level photographers and designers know that getting consistent, accurate
color from file to screen to print and beyond is a requirement for great results.
This new tool helps you manage Windows color settings in one place. Download or learn
more.

SyncToy
With new sources of files coming from every direction (such as digital cameras,
e-mail, cell phones, portable media players, camcorders, PDAs, and laptops), SyncToy
can help you copy, move, and synchronize different directories. Download or learn
more.

RAW Image Thumbnailer and Viewer
Are you a serious photographer? Now you can organize and work with digital RAW files
in Windows Explorer (much as you can with JPEG images). This tool provides
thumbnails, previews, printing, and metadata display for RAW images. Download or
learn more.

ClearType Tuner
This PowerToy lets you use ClearType technology to make it easier to read text on
your screen, and installs in the Control Panel for easy access.

HTML Slide Show Wizard
This wizard helps you create an HTML slide show of your digital pictures, ready to
place on your Web site.

Open Command Window Here
This PowerToy adds an "Open Command Window Here" context menu option on file system
folders, giving you a quick way to open a command window (cmd.exe) pointing at the
selected folder.

Alt-Tab Replacement
With this PowerToy, in addition to seeing the icon of the application window you are
switching to, you will also see a preview of the page. This helps particularly when
multiple sessions of an application are open.

Tweak UI
This PowerToy gives you access to system settings that are not exposed in the Windows
XP default user interface, including mouse settings, Explorer settings, taskbar
settings, and more.

Version 2.10 requires Windows XP Service Pack 1 or Windows Server 2003.

Power Calculator
With this PowerToy you can graph and evaluate functions as well as perform many
different types of conversions.

Image Resizer
This PowerToy enables you to resize one or many image files with a right-click.

CD Slide Show Generator
With this PowerToy you can view images burned to a CD as a slide show. The Generator
works downlevel on Windows 9x machines as well.

Virtual Desktop Manager
Manage up to four desktops from the Windows taskbar with this PowerToy.

Taskbar Magnifier
Use this PowerToy to magnify part of the screen from the taskbar.

Webcam Timershot
This PowerToy lets you take pictures at specified time intervals from a Webcam
connected to your computer and save them to a location that you designate.


--

==================================
TaurArian [MS-MVP] 2005-2007 - Australia
==================================
http://www.dts-l.org/goodpost.htm
Need more help? http://support.microsoft.com/?scid=ph;en-us;6527
Get Safe online: http://www.getsafeonline.org/
(Links to web pages and MSKB Articles are posted for the purposes of keeping the
information current)


| Hi Folks,
| Some years ago someone had me download a Microsoft Power Kit that allowed
| one to right click on any folder or directory on the File Explorer and
| instantly open a command window set right on the directory where the folder
| was, without having to navigate all the way to the subdirectory by typing a
| long path.
|
| I have been looking for this power kit on the microsoft.com download list
| and I have not found it. Will someone please tell me if it is still exist? If
| not, what is an easy way to accomplish the same task without spending time
| programming? are there any shareware programs available?
|
| Someone suggested to use the Send To and adding the command shortcut to the
| Send To list, but it never opens in the directory where the folder is. Is
| there a way to fix this?
|
| Any suggestions on the above would be appreciated.
|
| --
| Thank you for your assistance
|
| Rich06
|
|
| --
| Thank you for your assistance
|
| Rich06
 
Here is a simple reg file that I use

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@="Open Command Window Here"

[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
@="cmd.exe /k \"cd %L\""
 
Back
Top