|
Answer» Folks:
Is there a command that LETS you OPEN the MS-DOS prompt and navigate to that directory with just one mouse click i.e. like right click on a folder and goes directly to DOS prompt.
I am using WINDOWS XP professional version.
Thanks in advance.
KrishnaTo add a command promt option to your right click menu, you NEED to add a few lines to the REGISTRY. Right click & make a new text document & copy/paste this into it...
Code: [Select] Windows Registry Editor Version 5.00
HKEY_CLASSES_ROOT\Folder\shell\command] @="Command &Prompt"
[HKEY_CLASSES_ROOT\Folder\shell\command\command] @="\"cmd.exe\" /k cd \"%1\""
Close & save it, then rename it to Command.reg & run it. You might have to reboot to see the changes.Tell me if its successful or not.
I know a one which doesn't use registry.Can you explain that more in depth or the other way..thanks
|