<?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>The Great Taste of Nothing &#187; convert</title>
	<atom:link href="http://chsav8r.com/phh/tag/convert/feed/" rel="self" type="application/rss+xml" />
	<link>http://chsav8r.com/phh</link>
	<description>daily rantings and readings of a growing boy :: how does nothing taste?</description>
	<lastBuildDate>Thu, 22 Apr 2010 18:52:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>BIN/CUE =&gt; ISO</title>
		<link>http://chsav8r.com/phh/2010/02/02/bincue-iso/</link>
		<comments>http://chsav8r.com/phh/2010/02/02/bincue-iso/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 21:50:45 +0000</pubDate>
		<dc:creator>Paul Hargrave</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bin]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[cue]]></category>
		<category><![CDATA[iso]]></category>

		<guid isPermaLink="false">http://chsav8r.com/phh/?p=630</guid>
		<description><![CDATA[I had a need recently to convert a .bin/.cue CD Image pair to .iso for mounting on OSX. I was considering writing a quick utility to handle the task, but in the process of researching the file formats, I found BinChunker, a GPL-licensed piece of code that does exactly what I need, simply and directly. [...]]]></description>
			<content:encoded><![CDATA[<p>I had a need recently to convert a .bin/.cue CD Image pair to .iso for mounting on OSX. I was considering writing a quick utility to handle the task, but in the process of researching the file formats, I found BinChunker, a GPL-licensed piece of code that does exactly what I need, simply and directly. </p>
<p>Step 1: Download <a href='http://chsav8r.com/phh/wp-content/uploads/2010/02/bchunk.zip'>this</a> file. </p>
<p>Step 2: Once you download the utility, issue this command from a shell prompt in the directory where you downloaded the file:</p>
<p><code>sudo cp bchunk /usr/bin/ </code></p>
<p>Step 3: To convert a .bin/.cue pair to a .iso, you can issue this command:</p>
<p><code>bchunk myinputfile.bin myinputfile.cue myoutputfile</code></p>
<p>And that&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://chsav8r.com/phh/2010/02/02/bincue-iso/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
