<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kale Davis &#187; GTD</title>
	<atom:link href="http://kaledavis.com/category/gtd/feed/" rel="self" type="application/rss+xml" />
	<link>http://kaledavis.com</link>
	<description>This is a blog, it goes bit bit</description>
	<lastBuildDate>Wed, 21 Jul 2010 10:59:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Add multiple lines to a text file</title>
		<link>http://kaledavis.com/2008/03/16/add-multiple-lines-to-a-text-file/</link>
		<comments>http://kaledavis.com/2008/03/16/add-multiple-lines-to-a-text-file/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 05:54:00 +0000</pubDate>
		<dc:creator>Kale</dc:creator>
				<category><![CDATA[GTD]]></category>

		<guid isPermaLink="false">http://kaledavis.com/2008/03/16/add-multiple-lines-to-a-text-file/</guid>
		<description><![CDATA[A quick way to add multiple lines to a text file (in this case my todo.txt, but it could be any text file) (from aKB article): You can add a line to the end of a file, such as your CONFIG.SYS file, without using an editor if you use the COPY command in the following [...]]]></description>
			<content:encoded><![CDATA[<p>A quick way to add multiple lines to a text file (in this case my todo.txt, but it could be any text file) (from a<a href="http://support.microsoft.com/kb/68787/en-us">KB article</a>): </p>
<blockquote><p>You can add a line to the end of a file, such as your CONFIG.SYS file, without using an editor if you use the COPY command in the following form:<br />
copy filename.ext + con</p>
<p>This causes MS-DOS to echo the file and CON, with the cursor. Enter the text to be added to the file, then press CTRL+Z and ENTER to end your modification. The following example adds a line to the end of a todo.txt file:<br />
C:\><strong>copy todo.txt + con</strong><br />
(A) @online Research text files<br />
(A) @phone Call shop<br />
^z </p>
<p>1 File(s) copied</p>
<p>If only one line is to be added and that line doesn&#8217;t contain any redirection, you can also use the ECHO command as follows:<br />
C:\><strong>echo (B) +SharePoint Create FAQ feature and test >> todo.txt</strong>
</p></blockquote>
<p>Check out <a href="http://todotxt.com/">todo.txt</a>, <a href="http://lifehacker.com/software/text/geek-to-live-list-your-life-in-txt-166299.php">List your life in .txt</a>, and <a href="http://www.oreillynet.com/mac/blog/2005/08/living_in_text_files.html">Living in text files</a> for more information on using a text file to keep track of your own crazy life.</p>
]]></content:encoded>
			<wfw:commentRss>http://kaledavis.com/2008/03/16/add-multiple-lines-to-a-text-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.185 seconds -->
