How to pipe text from command line to the clipboard

Ville Koskinen

I'd like to do something like

dir *.* > clipboard

ie. get to get the standard output of a command line program copied to the clipboard. Can this be done on a standard XP machine without additional programs?

Phoshi

I don't believe so - Vista (or NT4) introduced the clip tool, which would do your command as dir | clip - but there's nothing on XP. If you're willing to use 3rd party applications, though, there's this, which works as above, except is called cb, not clip.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to copy text from command line to clipboard without using the mouse?

From Dev

How to send rich text to the clipboard from command line?

From Dev

How to copy one line from a text document to clipboard using command prompt

From Dev

How to Send the Contents of a Text File to the Clipboard from the Command Line in OS X?

From Dev

How to copy an image to the clipboard from a file using command line?

From Dev

How to copy an image to the clipboard from a file using command line?

From Dev

How to copy a picture to clipboard from command line in linux?

From Dev

How do I pipe the last command in my command history to clipboard?

From Dev

Copying files from command line to clipboard

From Dev

Copying files from command line to clipboard

From Dev

Operate X clipboard from command line

From Dev

Command Line Clipboard Access

From Dev

in MySQL Command Line, how do I paste from the clipboard using only the keyboard?

From Dev

how to copy/cut text from vim to system clipboard use line number

From Java

Pipe to/from the clipboard in Bash script

From Dev

Copy to clipboard from php command line script in Windows 7

From Dev

Command-line utility to copy file to clipboard from file path

From Dev

Is it possible to copy a variable to the Shift+Insert clipboard from the command line?

From Dev

How to copy text from a div to clipboard

From Dev

How to copy text to / from clipboard in Go?

From Dev

How to copy text from pentadactyl to system clipboard?

From Dev

How to copy text to Clipboard from TextField in Android

From Dev

How to paste text from clipboard with jQuery Mobile?

From Dev

How to copy an entire command line to my clipboard, without the mouse?

From Dev

How to copy an entire command line to my clipboard, without the mouse?

From Dev

Inserting the command line text before output in stdout (for pipe / redirection)

From Dev

How do i apply a command to each line in the output from pipe and add all those numbers?

From Dev

Pipe at the command line

From Dev

How can I remove unnecessary text from a command line output?

Related Related

  1. 1

    How to copy text from command line to clipboard without using the mouse?

  2. 2

    How to send rich text to the clipboard from command line?

  3. 3

    How to copy one line from a text document to clipboard using command prompt

  4. 4

    How to Send the Contents of a Text File to the Clipboard from the Command Line in OS X?

  5. 5

    How to copy an image to the clipboard from a file using command line?

  6. 6

    How to copy an image to the clipboard from a file using command line?

  7. 7

    How to copy a picture to clipboard from command line in linux?

  8. 8

    How do I pipe the last command in my command history to clipboard?

  9. 9

    Copying files from command line to clipboard

  10. 10

    Copying files from command line to clipboard

  11. 11

    Operate X clipboard from command line

  12. 12

    Command Line Clipboard Access

  13. 13

    in MySQL Command Line, how do I paste from the clipboard using only the keyboard?

  14. 14

    how to copy/cut text from vim to system clipboard use line number

  15. 15

    Pipe to/from the clipboard in Bash script

  16. 16

    Copy to clipboard from php command line script in Windows 7

  17. 17

    Command-line utility to copy file to clipboard from file path

  18. 18

    Is it possible to copy a variable to the Shift+Insert clipboard from the command line?

  19. 19

    How to copy text from a div to clipboard

  20. 20

    How to copy text to / from clipboard in Go?

  21. 21

    How to copy text from pentadactyl to system clipboard?

  22. 22

    How to copy text to Clipboard from TextField in Android

  23. 23

    How to paste text from clipboard with jQuery Mobile?

  24. 24

    How to copy an entire command line to my clipboard, without the mouse?

  25. 25

    How to copy an entire command line to my clipboard, without the mouse?

  26. 26

    Inserting the command line text before output in stdout (for pipe / redirection)

  27. 27

    How do i apply a command to each line in the output from pipe and add all those numbers?

  28. 28

    Pipe at the command line

  29. 29

    How can I remove unnecessary text from a command line output?

HotTag

Archive