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?
|
I'd like to do something like
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?
| |||
|
feedback
|
|
I don't believe so - Vista (or NT4) introduced the | |||||||
feedback
|
|
There's no standard way, but you can apparently use The problem now becomes getting hold of a legal copy of this. | |||||
feedback
|
|
For Windows and non-Windows, this post says it all:
(I came here via Google looking for the Mac equivalent of | ||||
|
feedback
|
|
In PowerShell, it can be done like this:
| |||||||||
feedback
|
|
Windows users can get | |||
|
feedback
|
|
I looked into this for myself earlier today. Below is something helpful to those wanting to insert and retrieve information from the clipboard in a linux distribution. Below that is something that could prove helpful for those with windows. Linux
comment #3 here: WindowsThe functionality is available in Active Perl distribution also, which is what I wound up using on the windows box in this exercise; The windows clip.exe didn't appear to allow for reading the data from the clipboard (only writing into clipboard). | ||||
|
feedback
|
pbcopyandpbpaste. – Arjan Jan 19 '10 at 12:45