<?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: What is bootex.log?</title>
	<atom:link href="http://www.selaplana.com/2009/12/02/what-is-bootex-log/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.selaplana.com/2009/12/02/what-is-bootex-log/</link>
	<description>Learn how I make money online by blogging at home in the Philippines - Sustines Laplana</description>
	<lastBuildDate>Fri, 10 Feb 2012 07:49:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Stephen</title>
		<link>http://www.selaplana.com/2009/12/02/what-is-bootex-log/#comment-473879</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Fri, 01 Apr 2011 03:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.selaplana.com/?p=7349#comment-473879</guid>
		<description>I really wish that there would be a whole lot of different websites such as this -- enlightening as well as practical at the same time.</description>
		<content:encoded><![CDATA[<p>I really wish that there would be a whole lot of different websites such as this &#8212; enlightening as well as practical at the same time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caleb</title>
		<link>http://www.selaplana.com/2009/12/02/what-is-bootex-log/#comment-416177</link>
		<dc:creator>Caleb</dc:creator>
		<pubDate>Sun, 11 Jul 2010 20:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.selaplana.com/?p=7349#comment-416177</guid>
		<description>I wrote a batch file that automatically detects for bootex.log and bootex.txt and deletes them. I find those files annoying because my computer constantly goes through ChkDsk before it boots completely because of an &quot;inconsistent drive.&quot;

&lt;code&gt;

@echo off
if exist c:\bootex.log goto LOG
:TXT
if exist c:\bootex.txt echo The file bootex.txt was found on the C:\ drive.
if exist c:\bootex.txt echo Wating for confirmation to delete file.
if exist c:\bootex.txt del c:\bootex.txt /p /f
exit
:LOG
echo The file bootex.log was found on the C:\ drive.
echo Waiting for confirmation to delete file.
del c:\bootex.log /p /f
goto TXT

&lt;/code&gt;
The batch file will prompt you to delete each file just in case you don&#039;t want to delete it. This is a wonderful batch file to put in your Startup folder.</description>
		<content:encoded><![CDATA[<p>I wrote a batch file that automatically detects for bootex.log and bootex.txt and deletes them. I find those files annoying because my computer constantly goes through ChkDsk before it boots completely because of an &#8220;inconsistent drive.&#8221;</p>
<p><code></p>
<p>@echo off<br />
if exist c:\bootex.log goto LOG<br />
:TXT<br />
if exist c:\bootex.txt echo The file bootex.txt was found on the C:\ drive.<br />
if exist c:\bootex.txt echo Wating for confirmation to delete file.<br />
if exist c:\bootex.txt del c:\bootex.txt /p /f<br />
exit<br />
:LOG<br />
echo The file bootex.log was found on the C:\ drive.<br />
echo Waiting for confirmation to delete file.<br />
del c:\bootex.log /p /f<br />
goto TXT</p>
<p></code><br />
The batch file will prompt you to delete each file just in case you don&#8217;t want to delete it. This is a wonderful batch file to put in your Startup folder.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

