Working with the Windows Command Prompt

From EDukeWiki
Revision as of 17:46, 20 January 2012 by Hendricks266 (talk | contribs) (Created page with "==Opening A Command Prompt Window== There is a convenient way to open command prompt windows by right-clicking on any folder and selecting the relevant menu choice. ===Windo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Opening A Command Prompt Window

There is a convenient way to open command prompt windows by right-clicking on any folder and selecting the relevant menu choice.

Windows Vista, 7, and higher

Hold Shift when you right-click on a folder and the option to open a command prompt window will appear.

Windows XP and lower

This registry patch will add a right-click option: File:Cmdhere.zip

How to Copy and Paste Text

Source: [1]

Enabling QuickEdit Mode

To copy and paste text easily in the command prompt, first we must enable QuickEdit mode:

  1. Open a command prompt/command console
  2. Right-click on the title bar
  3. Select Properties
  4. Maje sure the QuickEdit Mode checkbox is checked
  5. Select Save Properties for future windows with same title if you want to keep this change forever. Select Apply Properties for current window only if you only want to enable QuickEdit for this session.
  6. Click OK

Once you have QuickEdit Mode enabled, the process is simple:

Copying

  1. Click and drag to highlight the desired text in the console
  2. Press Enter in the console to copy this text into the clipboard

Pasting

  1. Copy the desired text into the clipboard at its source
  2. Right-click into the console to paste the text