How to pipe text from command line to the clipboard
- by 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?