<?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: RAR Converter</title>
	<atom:link href="http://w-shadow.com/blog/2008/09/10/free-rar-converter/feed/" rel="self" type="application/rss+xml" />
	<link>http://w-shadow.com/blog/2008/09/10/free-rar-converter/</link>
	<description>A blog about web development, software business, and WordPress</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:14:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tanya Pearl</title>
		<link>http://w-shadow.com/blog/2008/09/10/free-rar-converter/comment-page-1/#comment-197743</link>
		<dc:creator>Tanya Pearl</dc:creator>
		<pubDate>Wed, 01 Feb 2012 12:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=347#comment-197743</guid>
		<description>I&#039;m a mac user and this worked beautifully.

http://www.unrarx.com/

Thanks a million!!</description>
		<content:encoded><![CDATA[<p>I&#8217;m a mac user and this worked beautifully.</p>
<p><a href="http://www.unrarx.com/" rel="nofollow">http://www.unrarx.com/</a></p>
<p>Thanks a million!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy Grizz</title>
		<link>http://w-shadow.com/blog/2008/09/10/free-rar-converter/comment-page-1/#comment-194766</link>
		<dc:creator>Guy Grizz</dc:creator>
		<pubDate>Mon, 05 Dec 2011 02:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=347#comment-194766</guid>
		<description>When you say automate involves command line. I get the feeling creating a script would be involved!?!?

Have you done it? Could I possibly pick your brain a little? Any help would be grateful.</description>
		<content:encoded><![CDATA[<p>When you say automate involves command line. I get the feeling creating a script would be involved!?!?</p>
<p>Have you done it? Could I possibly pick your brain a little? Any help would be grateful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cody</title>
		<link>http://w-shadow.com/blog/2008/09/10/free-rar-converter/comment-page-1/#comment-175826</link>
		<dc:creator>Cody</dc:creator>
		<pubDate>Mon, 05 Sep 2011 17:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=347#comment-175826</guid>
		<description>Quite a few programs can open iso files. Of course, with windows, you (far as I remember) have to have special programs but there&#039;s many: magiciso, winrar, 7zip you say, and many others. For all I know it is possible in more recent versions of windows. And those programs also support other types.

And then there&#039;s unix based operating systems that don&#039;t even need a special program - one of the most necessary utilities in it - the one that mounts a disk partition i.e., mount, - allows for mounting iso images (remember an iso image resembles a disk volume or more so it contains a file system) to wherever you want. And many unix based archive programs support many different file types. The ones that don&#039;t are the ones that are named after the actual format. E.g., tar actually is for tar format (though it can use a variety of compression algorithms). zip is for zip, unzip is you guessed it to unzip a zip archive.

And rar versus zip. It&#039;s simple. They offer similar capability but different algorithms to contain and compress files in them. They&#039;re both archive formats, just have different strengths and weaknesses. Note that generally speaking compressing (or trying to) compress media files (images or music / video) will result in equal size or it&#039;s actually possible (and likely) to be bigger (archiving without compression is certainly useful though). See also:

http://www.maximumcompression.com/index.html

In general, a file type can &#039;appear&#039; (by say extension) to be a different type. But try opening an executable in a graphics editing program and you might have some issues. Okay, definitely unless it&#039;s really strange program; how or why would a graphics editor have a program interpreter? It&#039;s all the file format and that&#039;s the difference between zip and rar: different file types = different file formats. They just both happen to have similar functionality. There&#039;s many other types of archive types; see the list at the link I provided for example.

Kind regards,
C.</description>
		<content:encoded><![CDATA[<p>Quite a few programs can open iso files. Of course, with windows, you (far as I remember) have to have special programs but there&#8217;s many: magiciso, winrar, 7zip you say, and many others. For all I know it is possible in more recent versions of windows. And those programs also support other types.</p>
<p>And then there&#8217;s unix based operating systems that don&#8217;t even need a special program &#8211; one of the most necessary utilities in it &#8211; the one that mounts a disk partition i.e., mount, &#8211; allows for mounting iso images (remember an iso image resembles a disk volume or more so it contains a file system) to wherever you want. And many unix based archive programs support many different file types. The ones that don&#8217;t are the ones that are named after the actual format. E.g., tar actually is for tar format (though it can use a variety of compression algorithms). zip is for zip, unzip is you guessed it to unzip a zip archive.</p>
<p>And rar versus zip. It&#8217;s simple. They offer similar capability but different algorithms to contain and compress files in them. They&#8217;re both archive formats, just have different strengths and weaknesses. Note that generally speaking compressing (or trying to) compress media files (images or music / video) will result in equal size or it&#8217;s actually possible (and likely) to be bigger (archiving without compression is certainly useful though). See also:</p>
<p><a href="http://www.maximumcompression.com/index.html" rel="nofollow">http://www.maximumcompression.com/index.html</a></p>
<p>In general, a file type can &#8216;appear&#8217; (by say extension) to be a different type. But try opening an executable in a graphics editing program and you might have some issues. Okay, definitely unless it&#8217;s really strange program; how or why would a graphics editor have a program interpreter? It&#8217;s all the file format and that&#8217;s the difference between zip and rar: different file types = different file formats. They just both happen to have similar functionality. There&#8217;s many other types of archive types; see the list at the link I provided for example.</p>
<p>Kind regards,<br />
C.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karu lal</title>
		<link>http://w-shadow.com/blog/2008/09/10/free-rar-converter/comment-page-1/#comment-172258</link>
		<dc:creator>karu lal</dc:creator>
		<pubDate>Mon, 08 Aug 2011 11:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=347#comment-172258</guid>
		<description>right click 7zip. goto add your file ..it will work fine.</description>
		<content:encoded><![CDATA[<p>right click 7zip. goto add your file ..it will work fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inversion table</title>
		<link>http://w-shadow.com/blog/2008/09/10/free-rar-converter/comment-page-1/#comment-166992</link>
		<dc:creator>Inversion table</dc:creator>
		<pubDate>Fri, 18 Feb 2011 02:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=347#comment-166992</guid>
		<description>I personally like 7Zip because it is a all rounder support all formats, But! winrar is always best is own place</description>
		<content:encoded><![CDATA[<p>I personally like 7Zip because it is a all rounder support all formats, But! winrar is always best is own place</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://w-shadow.com/blog/2008/09/10/free-rar-converter/comment-page-1/#comment-165602</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Wed, 26 Jan 2011 19:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=347#comment-165602</guid>
		<description>7Zip is the best archive program I have used (I have been through quite a few).  It even opens ISO files - what other ones can do this?

Roger</description>
		<content:encoded><![CDATA[<p>7Zip is the best archive program I have used (I have been through quite a few).  It even opens ISO files &#8211; what other ones can do this?</p>
<p>Roger</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: White Shadow</title>
		<link>http://w-shadow.com/blog/2008/09/10/free-rar-converter/comment-page-1/#comment-34243</link>
		<dc:creator>White Shadow</dc:creator>
		<pubDate>Thu, 08 Apr 2010 10:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=347#comment-34243</guid>
		<description>I&#039;m guessing you need to turn off the &quot;Hide file extensions for known file types&quot; option to be able to change it back, but I don&#039;t know how to do that in Win 7.</description>
		<content:encoded><![CDATA[<p>I&#8217;m guessing you need to turn off the &#8220;Hide file extensions for known file types&#8221; option to be able to change it back, but I don&#8217;t know how to do that in Win 7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: agd2you</title>
		<link>http://w-shadow.com/blog/2008/09/10/free-rar-converter/comment-page-1/#comment-34242</link>
		<dc:creator>agd2you</dc:creator>
		<pubDate>Thu, 08 Apr 2010 10:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=347#comment-34242</guid>
		<description>hey, I accidentally changed my .001 file into a .rar file via “rename”. how do I change it back?? i am using windows 7 ! thx..i tried the stuff u recommended for win xp but it ddnt work</description>
		<content:encoded><![CDATA[<p>hey, I accidentally changed my .001 file into a .rar file via “rename”. how do I change it back?? i am using windows 7 ! thx..i tried the stuff u recommended for win xp but it ddnt work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: writerman</title>
		<link>http://w-shadow.com/blog/2008/09/10/free-rar-converter/comment-page-1/#comment-33589</link>
		<dc:creator>writerman</dc:creator>
		<pubDate>Mon, 08 Feb 2010 15:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=347#comment-33589</guid>
		<description>I don&#039;t want to go on and on with all the blabbing , but let&#039;s get this clear - I think to most of us there is a NEED of an article titled RAR vs. ZIP! Even now my coworkers ask frequently which to chose...</description>
		<content:encoded><![CDATA[<p>I don&#8217;t want to go on and on with all the blabbing , but let&#8217;s get this clear &#8211; I think to most of us there is a NEED of an article titled RAR vs. ZIP! Even now my coworkers ask frequently which to chose&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: White Shadow</title>
		<link>http://w-shadow.com/blog/2008/09/10/free-rar-converter/comment-page-1/#comment-24644</link>
		<dc:creator>White Shadow</dc:creator>
		<pubDate>Thu, 02 Apr 2009 13:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=347#comment-24644</guid>
		<description>...what? 7zip is completely free and open source. You don&#039;t need to pay anything to use it.

As for your original question, &lt;a href=&quot;http://zamzar.com/&quot; rel=&quot;nofollow&quot;&gt;Zamzar&lt;/a&gt; is an online converter that can convert rar files to the zip format.</description>
		<content:encoded><![CDATA[<p>&#8230;what? 7zip is completely free and open source. You don&#8217;t need to pay anything to use it.</p>
<p>As for your original question, <a href="http://zamzar.com/" rel="nofollow">Zamzar</a> is an online converter that can convert rar files to the zip format.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

