AW, if you want to add command prompt at right click then follow the instructions:
NOTE: Do it at your own risk.
- Go to the HKEY_CLASSES_ROOT\Folder\shell node in the registry (note that Folder includes drives and directories).
- Create a new key (from the right-click menu), and call it "DOS prompt".
- Under that new key, create a sub-key named "command".
- Under that new key (i.e under HKEY_CLASSES_ROOT\Directory\shell\DOS prompt\command), edit the (Default) String value and give it the following value: "c:\winnt\system32\cmd.exe %1" (or whatever the path to cmd.exe is on your system).
- Now, you can open a DOS window by right-clicking on any directory name in the Windows explorer.
Source: http://www.everything2.com/index.pl?node_id=996250
No comments:
Post a Comment