<?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>gHacks technology news &#187; win text file patch</title>
	<atom:link href="http://www.ghacks.net/tag/win-text-file-patch/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 23 Nov 2009 22:22:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Grab Text from all Files in a Directory</title>
		<link>http://www.ghacks.net/2007/10/12/grab-text-from-all-files-in-a-directory/</link>
		<comments>http://www.ghacks.net/2007/10/12/grab-text-from-all-files-in-a-directory/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 15:20:13 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[htm]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[win text file patch]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/10/12/grab-text-from-all-files-in-a-directory/</guid>
		<description><![CDATA[The title of this article might be a little confusing at first glance. Why would someone want to scan files in a directory for certain strings and output them in a new file ? Few ideas come to my mind why this could be useful. Imagine that you were surfing a website  with lots of images that you liked very much. You could download those images manually or use the software Win Text File Patch to scan all files in your browsers cache for a certain string and output them in a new file.]]></description>
			<content:encoded><![CDATA[<p>The title of this article might be a little confusing at first glance. Why would someone want to scan files in a directory for certain strings and output them in a new file ? Few ideas come to my mind why this could be useful. Imagine that you were surfing a website  with lots of images that you liked very much. You could download those images manually or use the software Win Text File Patch to scan all files in your browsers cache for a certain string and output them in a new file.</p>
<p>Afterwards you would import that new list in a download manager and download all images from there. Sounds easier ? It is, indeed. This is of course not only useful for file downloads but also for any other type of information found in files. Password lists come to my mind, proxy lists, any kind of list actually.</p>
<p>Win Text File Patch has a size of only 84K which is amazing if you consider what this application is doing. To work with the software you need to edit a few entries. You specify the source directory, the file types that you want scanned, a destination directory and file and of course the software should scan the files for.</p>
<p><span id="more-2118"></span>The text part requires some knowledge of how the information are presented in the files. If you were looking for images for instance you would have to know that they begin with the html tag <code><img src="</code> and end with <code>"></code>. It begins to get problematic if the website in question did use relative links and not absolute ones because of the missing url.</p>
<p>Win Text File Patch offers a way to replace the information that has been found which is exactly what we would need here. This can be a very useful software for several users.</p>
<p><strong>Read More:</strong></p>
<p><a href="http://www.codeproject.com/tools/WinTextFilePatch.asp">Win Text File Patch</a></p>

	Tags: <a href="http://www.ghacks.net/tag/directory/" title="directory" rel="tag">directory</a>, <a href="http://www.ghacks.net/tag/download/" title="download" rel="tag">download</a>, <a href="http://www.ghacks.net/tag/htm/" title="htm" rel="tag">htm</a>, <a href="http://www.ghacks.net/tag/html/" title="html" rel="tag">html</a>, <a href="http://www.ghacks.net/tag/internet/" title="internet" rel="tag">internet</a>, <a href="http://www.ghacks.net/tag/win-text-file-patch/" title="win text file patch" rel="tag">win text file patch</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/14/torrent2exe-makes-bittorrent-a-tad-easier/" title="Torrent2exe makes Bittorrent a tad easier (May 14, 2008)">Torrent2exe makes Bittorrent a tad easier</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/07/09/check-html-with-cse-html-validator-lite/" title="Check HTML With CSE HTML Validator Lite (July 9, 2009)">Check HTML With CSE HTML Validator Lite</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/01/16/yubnub-a-social-internet-command-line/" title="YubNub a social internet command line (January 16, 2007)">YubNub a social internet command line</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/08/30/xml-escape-tool/" title="XML Escape Tool (August 30, 2009)">XML Escape Tool</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/08/27/write-colorful-texts-with-web-gradient/" title="Write Colorful Texts With Web Gradient (August 27, 2008)">Write Colorful Texts With Web Gradient</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/10/12/grab-text-from-all-files-in-a-directory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
