"I can mouse-highlight small portions of it to be copied out?"

First, the command window is not DOS although a lot of ancient DOS commands do work within this window.

To copy and paste things to/from the command window:
- open a command window
- Right click on the title bar
- Under Options select "QuickEditMode" and "InsertMode".
- click "Ok"
- apply changes to all shortcuts that start command window when asked (not just this one)
-To copy text from command window, hold left mouse button and drag over text to highlight it, then tap right mouse button to copy to the "clipboard". Now you can use CRL-V to paste or use mouse menu to do the same in another application. To copy something into the command window, like perhaps a command, get it into the clipboard. Move mouse to the command window and tap the right mouse button to do the insert.

There are various options to increase the buffer size (history) of the command window. Play with that if needed.

To re-execute a previous command (perhaps with some editing), use the "up arrow" to bring last command typed back to the entry line.

Tested on WinXP, but Win7 should work the same.

Update: You have to use the mouse left/right click as I described above. The normal CTL-C (copy) and CTL-V (paste) command shortcuts don't work as Windows Command Window thinks that you are tying that stuff in as an actual command. So copy and paste to/from the command window is a bit different than from a typical editor window (textpad, Windword, wordpad, etc).


In reply to Re^2: MacPerl Replacement for a non-programmer? by Marshall
in thread MacPerl Replacement for a non-programmer? by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.