<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Copy Command Line Outputs Directly To The Clipboard</title>
	<atom:link href="http://www.ghacks.net/2008/12/02/copy-command-line-outputs-directly-to-the-clipboard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net/2008/12/02/copy-command-line-outputs-directly-to-the-clipboard/</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 09 Nov 2009 18:39:36 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Roshan</title>
		<link>http://www.ghacks.net/2008/12/02/copy-command-line-outputs-directly-to-the-clipboard/#comment-676796</link>
		<dc:creator>Roshan</dc:creator>
		<pubDate>Sat, 14 Mar 2009 13:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8661#comment-676796</guid>
		<description>Maybe you will like this. Its for the cmd shell.

http://www.thinkingms.com/pensieve/2009/03/14/ClipexeACommandLineToolForTheWindowsClipboard.aspx</description>
		<content:encoded><![CDATA[<p>Maybe you will like this. Its for the cmd shell.</p>
<p><a href="http://www.thinkingms.com/pensieve/2009/03/14/ClipexeACommandLineToolForTheWindowsClipboard.aspx" rel="nofollow">http://www.thinkingms.com/pensieve/2009/03/14/ClipexeACommandLineToolForTheWindowsClipboard.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Copia la salida de línea de comandos al Portapapeles &#124; Incubaweb</title>
		<link>http://www.ghacks.net/2008/12/02/copy-command-line-outputs-directly-to-the-clipboard/#comment-556695</link>
		<dc:creator>Copia la salida de línea de comandos al Portapapeles &#124; Incubaweb</dc:creator>
		<pubDate>Wed, 03 Dec 2008 16:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8661#comment-556695</guid>
		<description>[...] Vía &#124; gHacks [...]</description>
		<content:encoded><![CDATA[<p>[...] Vía | gHacks [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iampriteshdesai</title>
		<link>http://www.ghacks.net/2008/12/02/copy-command-line-outputs-directly-to-the-clipboard/#comment-555712</link>
		<dc:creator>iampriteshdesai</dc:creator>
		<pubDate>Tue, 02 Dec 2008 18:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8661#comment-555712</guid>
		<description>You seem to have some kind of fetish for Donation Coder, don&#039;t you?
Every now and then you come up with another &quot;Donation Coder&quot; software, which isn&#039;t hafl as good.</description>
		<content:encoded><![CDATA[<p>You seem to have some kind of fetish for Donation Coder, don&#8217;t you?<br />
Every now and then you come up with another &#8220;Donation Coder&#8221; software, which isn&#8217;t hafl as good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.ghacks.net/2008/12/02/copy-command-line-outputs-directly-to-the-clipboard/#comment-555662</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 02 Dec 2008 16:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8661#comment-555662</guid>
		<description>Interesting!  I was just copying some command line output to an email a few minutes ago.  This would have saved me a few clicks... and will save me some future clicks!  Thanks!</description>
		<content:encoded><![CDATA[<p>Interesting!  I was just copying some command line output to an email a few minutes ago.  This would have saved me a few clicks&#8230; and will save me some future clicks!  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQrL</title>
		<link>http://www.ghacks.net/2008/12/02/copy-command-line-outputs-directly-to-the-clipboard/#comment-555651</link>
		<dc:creator>SQrL</dc:creator>
		<pubDate>Tue, 02 Dec 2008 16:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8661#comment-555651</guid>
		<description>I think &quot;clip.exe&quot; was around 1st:
http://www.labnol.org/software/tutorials/copy-dos-command-line-output-clipboard-clip-exe/2506/

but they both do the same thing, cept the clip.exe requires less typing (if you truly are going for speed):

dir &#124; clip
-vs-
dir &#124; clipcopy

...that being said, clipcopy does have the ability to paste from clipboard to dos, but i still find a simple right click (once your dos window is in quickedit mode) to be much much faster...

thanks for the post anyway.
keep em&#039; coming</description>
		<content:encoded><![CDATA[<p>I think &#8220;clip.exe&#8221; was around 1st:<br />
<a href="http://www.labnol.org/software/tutorials/copy-dos-command-line-output-clipboard-clip-exe/2506/" rel="nofollow">http://www.labnol.org/software/tutorials/copy-dos-command-line-output-clipboard-clip-exe/2506/</a></p>
<p>but they both do the same thing, cept the clip.exe requires less typing (if you truly are going for speed):</p>
<p>dir | clip<br />
-vs-<br />
dir | clipcopy</p>
<p>&#8230;that being said, clipcopy does have the ability to paste from clipboard to dos, but i still find a simple right click (once your dos window is in quickedit mode) to be much much faster&#8230;</p>
<p>thanks for the post anyway.<br />
keep em&#8217; coming</p>
]]></content:encoded>
	</item>
</channel>
</rss>
