7

I work on Windows 7. Have the following problem. Want to copy a text from Anaconda prompt to a website.

I marked a given line in Ancaconda prompt, I click 'mark' in the menu, mark the text - but when I click right the marking vanishes. I also tried Ctrl-C and Ctrl-V but it doesn't work either. What is my mistake?

darthbith
  • 18,484
  • 9
  • 60
  • 76
Erich
  • 81
  • 1
  • 1
  • 3
  • Possible duplicate of [Copy text from a Windows CMD window to clipboard](https://stackoverflow.com/questions/11543578/copy-text-from-a-windows-cmd-window-to-clipboard) – darthbith Sep 04 '18 at 01:32
  • Note that this is not specific to the Anaconda Prompt, which is just using the Windows Command Prompt – darthbith Sep 04 '18 at 01:33

5 Answers5

14

Step 1: Right click on the title bar of the Anaconda Prompt.

Step 2: Select Properties.

Step 3: Under Options section, select all the check boxes of Edit Options and Text Selection, then click OK

Hope this helps.

Vlad
  • 8,225
  • 5
  • 33
  • 45
N. Fatma
  • 221
  • 1
  • 3
3

Ctrl+C to copy anything from anywhere, as usual
RIGHT CLIC inside Anaconda Prompt window to paste

1
  1. Right click on the title bar of the Anaconda Prompt.
  2. Select Default Value instead of Properties.
  3. Check last term of Edit Options.
  4. Restart the Prompt.
Rockham
  • 11
  • 1
0

It's simple.

USE:

Copy: Enter Paste: Ctrl +V

xN77
  • 65
  • 1
  • 1
  • 10
0

I found how to do this.

You select the text you want, then *don't * do Ctrl-c or any other combination. Instead right click the title bar and check in the menu that appears a "Copy" option. (I think it is inside another menu). Once you do this, the text is copied in the correct way and you can just Ctrl-V in your own application, editor , etc

KansaiRobot
  • 7,564
  • 11
  • 71
  • 150