<?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: WoW Nerdy &#8211; Managing the WoW Combat Log</title>
	<atom:link href="http://www.broliant.com/2009/07/wow-nerdy-managing-the-wow-combat-log/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.broliant.com/2009/07/wow-nerdy-managing-the-wow-combat-log/</link>
	<description>Occasional musings on WoW and other things...</description>
	<lastBuildDate>Tue, 29 Jun 2010 00:51:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Klimes</title>
		<link>http://www.broliant.com/2009/07/wow-nerdy-managing-the-wow-combat-log/comment-page-1/#comment-869</link>
		<dc:creator>Klimes</dc:creator>
		<pubDate>Tue, 01 Jun 2010 19:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.broliant.com/?p=304#comment-869</guid>
		<description>wow, nice post, I was wondering the same thing. and found your site by bing, many userful stuff here, now i&#039;m a bit clear. I&#039;ve bookmark your site and also add rss. keep us updated.</description>
		<content:encoded><![CDATA[<p>wow, nice post, I was wondering the same thing. and found your site by bing, many userful stuff here, now i&#8217;m a bit clear. I&#8217;ve bookmark your site and also add rss. keep us updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tburns6</title>
		<link>http://www.broliant.com/2009/07/wow-nerdy-managing-the-wow-combat-log/comment-page-1/#comment-602</link>
		<dc:creator>tburns6</dc:creator>
		<pubDate>Mon, 14 Dec 2009 20:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.broliant.com/?p=304#comment-602</guid>
		<description>I tweaked your script to just rename and add to the zip file.

rem @echo off
REM WoWLogCleanup.cmd
REM Renames the WoW combat log file with date and adds to zip.
c:
cd &quot;c:\temp\code\junk&quot;

REM Format the date for file name.
for /f &quot;tokens=1,2&quot; %%u in (&#039;date /t&#039;) do set d=%%v
for /f &quot;tokens=1&quot; %%u in (&#039;time /t&#039;) do set t=%%u
if &quot;%t:~1,1%&quot;==&quot;:&quot; set t=0%t%
set timestr=%d:~6,4%-%d:~0,2%-%d:~3,2%

REM Rename current log.
ren wowcombatlog.txt wowcombat_%timestr%.txt

REM ZIP up datestamped log and add to zip file
&quot;C:\Program Files\7-Zip\7z.exe&quot; a WoWCombatLogs.zip wowcombat_%timestr%.txt

REM Delete unzipped log-file

Del WoWCombat*.txt</description>
		<content:encoded><![CDATA[<p>I tweaked your script to just rename and add to the zip file.</p>
<p>rem @echo off<br />
REM WoWLogCleanup.cmd<br />
REM Renames the WoW combat log file with date and adds to zip.<br />
c:<br />
cd &#8220;c:\temp\code\junk&#8221;</p>
<p>REM Format the date for file name.<br />
for /f &#8220;tokens=1,2&#8243; %%u in (&#8216;date /t&#8217;) do set d=%%v<br />
for /f &#8220;tokens=1&#8243; %%u in (&#8216;time /t&#8217;) do set t=%%u<br />
if &#8220;%t:~1,1%&#8221;==&#8221;:&#8221; set t=0%t%<br />
set timestr=%d:~6,4%-%d:~0,2%-%d:~3,2%</p>
<p>REM Rename current log.<br />
ren wowcombatlog.txt wowcombat_%timestr%.txt</p>
<p>REM ZIP up datestamped log and add to zip file<br />
&#8220;C:\Program Files\7-Zip\7z.exe&#8221; a WoWCombatLogs.zip wowcombat_%timestr%.txt</p>
<p>REM Delete unzipped log-file</p>
<p>Del WoWCombat*.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Broliant</title>
		<link>http://www.broliant.com/2009/07/wow-nerdy-managing-the-wow-combat-log/comment-page-1/#comment-598</link>
		<dc:creator>Broliant</dc:creator>
		<pubDate>Thu, 03 Dec 2009 18:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.broliant.com/?p=304#comment-598</guid>
		<description>&lt;a href=&quot;#comment-597&quot; rel=&quot;nofollow&quot;&gt;@James &lt;/a&gt; 
Thanks for the tip - the idea of the &quot;leave 0P&quot; is to have chomp remove all of the current contents of the file leaving &quot;zero percent&quot; behind. I am still using the same version of the chomp program that I downloaded back in June/July so if it no longer works the same way, your comment is much appreciated.

I&#039;d be tempted to test various options such as &quot;leave 0.0P&quot;, &quot;leave 0.01P&quot; and so on to have chomp remove the maximum amount possible - I would not really want it to leave me with 150mb. I could do &quot;leave 0.01M&quot; according to the command-line help though if the &#039;percent&#039; based options don&#039;t yield the right kind of results.

Either way, thanks for noting your findings and solutions - hopefully it&#039;ll be useful to somebody who follows in the same footsteps.</description>
		<content:encoded><![CDATA[<p><a href="#comment-597" rel="nofollow">@James </a><br />
Thanks for the tip &#8211; the idea of the &#8220;leave 0P&#8221; is to have chomp remove all of the current contents of the file leaving &#8220;zero percent&#8221; behind. I am still using the same version of the chomp program that I downloaded back in June/July so if it no longer works the same way, your comment is much appreciated.</p>
<p>I&#8217;d be tempted to test various options such as &#8220;leave 0.0P&#8221;, &#8220;leave 0.01P&#8221; and so on to have chomp remove the maximum amount possible &#8211; I would not really want it to leave me with 150mb. I could do &#8220;leave 0.01M&#8221; according to the command-line help though if the &#8216;percent&#8217; based options don&#8217;t yield the right kind of results.</p>
<p>Either way, thanks for noting your findings and solutions &#8211; hopefully it&#8217;ll be useful to somebody who follows in the same footsteps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.broliant.com/2009/07/wow-nerdy-managing-the-wow-combat-log/comment-page-1/#comment-597</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 03 Dec 2009 18:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.broliant.com/?p=304#comment-597</guid>
		<description>@Broliant
BTW... if users copy &amp; paste your above code using the August 09 version of Chomp you get an error which will prevent it from executing. However, I found modifying the following line ...

&gt; &quot;C:\Program Files Public (x86)\Chomp\chomp.exe&quot; WoWCombatLog.txt leave 0P /CRLF &gt;&gt; chomp.lst

... to ...

&gt; &quot;C:\Program Files Public (x86)\Chomp\chomp.exe&quot; WoWCombatLog.txt leave 15P /CRLF &gt;&gt; chomp.lst

... resolved the issue. Of course, users can choose which size in MB (so, my chunks are 15MB) they want their chunks to be, but the 0 just wasn&#039;t working at all for me. Hope this helps, and thanks again for the pre-work! ;)</description>
		<content:encoded><![CDATA[<p>@Broliant<br />
BTW&#8230; if users copy &amp; paste your above code using the August 09 version of Chomp you get an error which will prevent it from executing. However, I found modifying the following line &#8230;</p>
<p>&gt; &#8220;C:\Program Files Public (x86)\Chomp\chomp.exe&#8221; WoWCombatLog.txt leave 0P /CRLF &gt;&gt; chomp.lst</p>
<p>&#8230; to &#8230;</p>
<p>&gt; &#8220;C:\Program Files Public (x86)\Chomp\chomp.exe&#8221; WoWCombatLog.txt leave 15P /CRLF &gt;&gt; chomp.lst</p>
<p>&#8230; resolved the issue. Of course, users can choose which size in MB (so, my chunks are 15MB) they want their chunks to be, but the 0 just wasn&#8217;t working at all for me. Hope this helps, and thanks again for the pre-work! <img src='http://www.broliant.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.broliant.com/2009/07/wow-nerdy-managing-the-wow-combat-log/comment-page-1/#comment-596</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 02 Dec 2009 22:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.broliant.com/?p=304#comment-596</guid>
		<description>@Broliant
Thank you very much for the reply. I&#039;ve gone ahead and configured everything and I&#039;m going to give it a shot. This combat log so far has been a royal pain.</description>
		<content:encoded><![CDATA[<p>@Broliant<br />
Thank you very much for the reply. I&#8217;ve gone ahead and configured everything and I&#8217;m going to give it a shot. This combat log so far has been a royal pain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Broliant</title>
		<link>http://www.broliant.com/2009/07/wow-nerdy-managing-the-wow-combat-log/comment-page-1/#comment-594</link>
		<dc:creator>Broliant</dc:creator>
		<pubDate>Mon, 30 Nov 2009 02:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.broliant.com/?p=304#comment-594</guid>
		<description>&lt;a href=&quot;#comment-593&quot; rel=&quot;nofollow&quot;&gt;@James &lt;/a&gt;
This works perfectly well for me under patch 3.2 so I&#039;d say yes. It should continue to work until Blizzard change something fundamental about the combat log again.</description>
		<content:encoded><![CDATA[<p><a href="#comment-593" rel="nofollow">@James </a><br />
This works perfectly well for me under patch 3.2 so I&#8217;d say yes. It should continue to work until Blizzard change something fundamental about the combat log again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.broliant.com/2009/07/wow-nerdy-managing-the-wow-combat-log/comment-page-1/#comment-593</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 30 Nov 2009 02:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.broliant.com/?p=304#comment-593</guid>
		<description>This appears to be exactly what I have been looking for. I&#039;m assuming this method has been tested (to some degree) and continues to work soundly with Patch 3.2? I&#039;m not sure why it wouldn&#039;t, but I thought I would ask before going through the process of trying to set it up on my personal machine when I get home!</description>
		<content:encoded><![CDATA[<p>This appears to be exactly what I have been looking for. I&#8217;m assuming this method has been tested (to some degree) and continues to work soundly with Patch 3.2? I&#8217;m not sure why it wouldn&#8217;t, but I thought I would ask before going through the process of trying to set it up on my personal machine when I get home!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Author</title>
		<link>http://www.broliant.com/2009/07/wow-nerdy-managing-the-wow-combat-log/comment-page-1/#comment-475</link>
		<dc:creator>Author</dc:creator>
		<pubDate>Fri, 28 Aug 2009 20:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.broliant.com/?p=304#comment-475</guid>
		<description>Hi. Good to see someone else making use of &quot;Chomp&quot;. I thought you might like to know that, at long-last I&#039;ve added the ability to &quot;chomp-into&quot; another folder/directory and also to suppress error messages to piping into 7Zip is improved. See v1.04 on the site. I&#039;ve only just hacked the code so if there are any problems pls let me know. Regards MS. Use CHOMP.EXE /? for info on the new commands.</description>
		<content:encoded><![CDATA[<p>Hi. Good to see someone else making use of &#8220;Chomp&#8221;. I thought you might like to know that, at long-last I&#8217;ve added the ability to &#8220;chomp-into&#8221; another folder/directory and also to suppress error messages to piping into 7Zip is improved. See v1.04 on the site. I&#8217;ve only just hacked the code so if there are any problems pls let me know. Regards MS. Use CHOMP.EXE /? for info on the new commands.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
