Command Prompt Window: Difference between revisions
From FSDeveloper Wiki
Jump to navigationJump to search
m (→Method 1) |
|||
| Line 16: | Line 16: | ||
=== Method 2 === | === Method 2 === | ||
Placeholder text | Placeholder text | ||
* Open '''Notepad.exe'''. | |||
* Copy and paste in the following text - | |||
<pre> | |||
[HKEY_CLASSES_ROOT\Directory\shell\Command] | |||
@="Command Prompt:" | |||
[HKEY_CLASSES_ROOT\Directory\shell\Command\Command] | |||
@="cmd.exe /k cd %1" | |||
</pre> | |||
* Save the text file as '''addprompt.reg''' | |||
* Double-click on the '''addprompt.reg''' file you just saved.<br/>'''Note''' - This will modify the registry. Your anti-virus software might ask you to confirm the registry change. It is safe to allow it. | |||
=== Method 3 === | === Method 3 === | ||
Placeholder text | Placeholder text | ||
Revision as of 17:48, 12 November 2007
A window displayed on the desktop used to interface with the MS-DOS operating system. MS-DOS commands are typed at an entry point identified by a blinking cursor.
Useage
Placeholder text
List of tools where you'd use the CP
Opening
List of methods to open a command prompt window.
Cmd Here Powertoy
There is a small utility from Microsoft that adds "open command window here" option to the folder's context menu.
Just install: Cmd Here Powertoy
Method 2
Placeholder text
- Open Notepad.exe.
- Copy and paste in the following text -
[HKEY_CLASSES_ROOT\Directory\shell\Command] @="Command Prompt:" [HKEY_CLASSES_ROOT\Directory\shell\Command\Command] @="cmd.exe /k cd %1"
- Save the text file as addprompt.reg
- Double-click on the addprompt.reg file you just saved.
Note - This will modify the registry. Your anti-virus software might ask you to confirm the registry change. It is safe to allow it.
Method 3
Placeholder text
Method 4
Placeholder text
Prompt
Error Codes
Placeholder text
Related content
External links
Placeholder text