This post originated from an RSS feed registered with .NET Buzz
by Scott Hanselman.
Original Post: Piping command-line output directly to the Clipboard with .NET - now THAT'S useful
Feed Title: Scott Hanselman's ComputerZen.com
Feed URL: http://radio-weblogs.com/0106747/rss.xml
Feed Description: Scott Hanselman's ComputerZen.com is a .NET/WebServices/XML Weblog. I offer details of obscurities (internals of ASP.NET, WebServices, XML, etc) and best practices from real world scenarios.
I was talking to Jason
Whittington the DM Smartie today and he told me an interesting anecdote about
he and Mike Woodring. The result is this riduclously short C# application that
lets you do this:
c:\>type filename | clipboard
Now THAT'S hot. As I am a command-line fellow and will gladly take the Pepsi
Challenge against any of you "all windows move-em around" fools, I appreciate such
useful things.