Friday, March 18, 2011
Create Right Click Command Prompt option
You can right-click a folder to get a list of actions you can apply to it. Here?s a way to create an action on that right-click menu that opens a command prompt window with that folder as the current directory. In a text editor such as Notepad, type the following exactly:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\Cmd Here]
@=?Command &Prompt Here?
[HKEY_CLASSES-ROOT\Folder\shell\Cmd Here\command]
@=?cmd.exe /k pushd %L?
Save the file with any name you want, with a .reg extension. Then double-click the saved file and choose Yes to merge the file?s information into the Registry. You can delete the file. Right-click any folder and you?ll see the CommandPrompt Here option.
Labels:
Computer Tips
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment