<?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 for Cyber Militia</title>
	<atom:link href="http://www.cybermilitia.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cybermilitia.net</link>
	<description>The genius spilleth over ...</description>
	<lastBuildDate>Wed, 02 Nov 2011 08:51:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Free Bulk FLAC to AAC encode tool by admin</title>
		<link>http://www.cybermilitia.net/2011/04/18/bulk-flac-to-aac-encode-tool/comment-page-1/#comment-32</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 02 Nov 2011 08:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.cybermilitia.net/?p=101#comment-32</guid>
		<description>@stretchtiberius,

That error would be produced when the batch files is invoked directly (that is, if you drag &amp; drop the flac folder onto the batch file directly).

If you create a shortcut to the batch file &amp; drag-and-drop the flac folder to this shortcut, this error wouldn&#039;t appear.
The reason being, the shortcut will set the required &quot;path&quot; using the &quot;Start In&quot; property !

The fix you suggested works too, of course. :)</description>
		<content:encoded><![CDATA[<p>@stretchtiberius,</p>
<p>That error would be produced when the batch files is invoked directly (that is, if you drag &#038; drop the flac folder onto the batch file directly).</p>
<p>If you create a shortcut to the batch file &#038; drag-and-drop the flac folder to this shortcut, this error wouldn&#8217;t appear.<br />
The reason being, the shortcut will set the required &#8220;path&#8221; using the &#8220;Start In&#8221; property !</p>
<p>The fix you suggested works too, of course. <img src='http://www.cybermilitia.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free Bulk FLAC to AAC encode tool by stretchtiberius</title>
		<link>http://www.cybermilitia.net/2011/04/18/bulk-flac-to-aac-encode-tool/comment-page-1/#comment-31</link>
		<dc:creator>stretchtiberius</dc:creator>
		<pubDate>Mon, 31 Oct 2011 15:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.cybermilitia.net/?p=101#comment-31</guid>
		<description>Thank you so much for the script I had to modify it a little for it to work. 
I was getting the following error.
&lt;blockquote cite=&quot;&quot;&gt;&#039;metaflac&#039; is not recognized as an internal or external command, operable program or batch file.&lt;/blockquote&gt;
Add the following line near the top of the file solved the issue.
&lt;code&gt;SET PATH=%~dp0&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Thank you so much for the script I had to modify it a little for it to work.<br />
I was getting the following error.</p>
<blockquote cite=""><p>&#8216;metaflac&#8217; is not recognized as an internal or external command, operable program or batch file.</p></blockquote>
<p>Add the following line near the top of the file solved the issue.<br />
<code>SET PATH=%~dp0</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sony DRU-880S RPC-1 &amp; bitsetting firmwares by Samuel</title>
		<link>http://www.cybermilitia.net/2010/09/30/sony-dru-880s-rpc-1-bitsetting-firmwares/comment-page-1/#comment-29</link>
		<dc:creator>Samuel</dc:creator>
		<pubDate>Sat, 01 Oct 2011 10:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.cybermilitia.net/?p=93#comment-29</guid>
		<description>Hi, 
Thanks a lot bud, saved my so much trouble. And lol gotta say, what a coincidence. I too had to change my LG drive after using it for 3 years.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks a lot bud, saved my so much trouble. And lol gotta say, what a coincidence. I too had to change my LG drive after using it for 3 years.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free Bulk FLAC to AAC encode tool by TM</title>
		<link>http://www.cybermilitia.net/2011/04/18/bulk-flac-to-aac-encode-tool/comment-page-1/#comment-27</link>
		<dc:creator>TM</dc:creator>
		<pubDate>Sun, 14 Aug 2011 19:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.cybermilitia.net/?p=101#comment-27</guid>
		<description>Genius! Exactly what I&#039;m after, something that takes FLAC files, with tags, and batch-converts them to AAC.</description>
		<content:encoded><![CDATA[<p>Genius! Exactly what I&#8217;m after, something that takes FLAC files, with tags, and batch-converts them to AAC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free Bulk FLAC to AAC encode tool by admin</title>
		<link>http://www.cybermilitia.net/2011/04/18/bulk-flac-to-aac-encode-tool/comment-page-1/#comment-25</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 24 Jun 2011 18:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.cybermilitia.net/?p=101#comment-25</guid>
		<description>@Nex, AAC is a lossy format, so yes there will be a quality loss - whether or not the difference is discernible is open to debate.

If you&#039;re really concerned about quality, you can change the setting on line 2 in the script to a higher value e.g.,
SET quality=0.7

I had just put in the default settings that worked best for me ... :)

Also, I suggest you retain your FLAC files for backup/archival ... atleast that&#039;s what I do !</description>
		<content:encoded><![CDATA[<p>@Nex, AAC is a lossy format, so yes there will be a quality loss &#8211; whether or not the difference is discernible is open to debate.</p>
<p>If you&#8217;re really concerned about quality, you can change the setting on line 2 in the script to a higher value e.g.,<br />
SET quality=0.7</p>
<p>I had just put in the default settings that worked best for me &#8230; <img src='http://www.cybermilitia.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Also, I suggest you retain your FLAC files for backup/archival &#8230; atleast that&#8217;s what I do !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free Bulk FLAC to AAC encode tool by Nex</title>
		<link>http://www.cybermilitia.net/2011/04/18/bulk-flac-to-aac-encode-tool/comment-page-1/#comment-24</link>
		<dc:creator>Nex</dc:creator>
		<pubDate>Tue, 21 Jun 2011 18:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.cybermilitia.net/?p=101#comment-24</guid>
		<description>Wow I feel like a derp. Next time I&#039;ll read the desc.</description>
		<content:encoded><![CDATA[<p>Wow I feel like a derp. Next time I&#8217;ll read the desc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free Bulk FLAC to AAC encode tool by Nex</title>
		<link>http://www.cybermilitia.net/2011/04/18/bulk-flac-to-aac-encode-tool/comment-page-1/#comment-23</link>
		<dc:creator>Nex</dc:creator>
		<pubDate>Tue, 21 Jun 2011 18:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.cybermilitia.net/?p=101#comment-23</guid>
		<description>Seems to work pretty good, I think there might be a bit of quality loss, seeing as the sizes of my flacs changed, but im not sure that might just be the file type, im not too educated in these things. Might have been nice to know it would delete the flacs too. But, as it is, best converter out there I could find.</description>
		<content:encoded><![CDATA[<p>Seems to work pretty good, I think there might be a bit of quality loss, seeing as the sizes of my flacs changed, but im not sure that might just be the file type, im not too educated in these things. Might have been nice to know it would delete the flacs too. But, as it is, best converter out there I could find.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sony DRU-880S RPC-1 &amp; bitsetting firmwares by MelMan</title>
		<link>http://www.cybermilitia.net/2010/09/30/sony-dru-880s-rpc-1-bitsetting-firmwares/comment-page-1/#comment-22</link>
		<dc:creator>MelMan</dc:creator>
		<pubDate>Tue, 07 Jun 2011 18:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.cybermilitia.net/?p=93#comment-22</guid>
		<description>Hi,
Thanks a gazillion buddy, your tip saved me a ton of hassle searching for modded firmware.
You&#039;re the man !!!
Regards,
M</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks a gazillion buddy, your tip saved me a ton of hassle searching for modded firmware.<br />
You&#8217;re the man !!!<br />
Regards,<br />
M</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make &#8220;Windows Explorer&#8221; taskbar icon open &#8220;My Computer&#8221; instead of &#8220;Libraries&#8221; by keylogger</title>
		<link>http://www.cybermilitia.net/2010/10/05/make-windows-explorer-taskbar-icon-open-my-computer-instead-of-libraries/comment-page-1/#comment-21</link>
		<dc:creator>keylogger</dc:creator>
		<pubDate>Tue, 31 May 2011 07:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.cybermilitia.net/?p=95#comment-21</guid>
		<description>Hey, thanks for this useful tip that I was searching from long time. It makes easy to navigate on my computer now.
</description>
		<content:encoded><![CDATA[<p>Hey, thanks for this useful tip that I was searching from long time. It makes easy to navigate on my computer now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make &#8220;Windows Explorer&#8221; taskbar icon open &#8220;My Computer&#8221; instead of &#8220;Libraries&#8221; by admin</title>
		<link>http://www.cybermilitia.net/2010/10/05/make-windows-explorer-taskbar-icon-open-my-computer-instead-of-libraries/comment-page-1/#comment-20</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 21 May 2011 11:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.cybermilitia.net/?p=95#comment-20</guid>
		<description>@Data warehouse,

In windows, &quot;20D04FE0-3AEA-1069-A2D8-08002B30309D&quot; is the CLSID of &quot;My Computer&quot; - it&#039;s the same on every computer running Microsoft Windows.
So this code works on them all.</description>
		<content:encoded><![CDATA[<p>@Data warehouse,</p>
<p>In windows, &#8220;20D04FE0-3AEA-1069-A2D8-08002B30309D&#8221; is the CLSID of &#8220;My Computer&#8221; &#8211; it&#8217;s the same on every computer running Microsoft Windows.<br />
So this code works on them all.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

