<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://macitbetter.com">
<channel>
 <title>MacItBetter - Support Forum</title>
 <link>http://macitbetter.com/taxonomy/term/8/0</link>
 <description>Need help? First search this forum, since others might have had the same questions. If that doesn&#039;t solve your problem, just ask.</description>
 <language>en</language>
<item>
 <title>Hidden Options in BetterZip</title>
 <link>http://macitbetter.com/hidden-options</link>
 <description>&lt;p&gt;Here&#039;s a list of hidden options in BetterZip. You can fiddle with these to change behavior that I didn&#039;t think needs to be changed by 99.75% of users. However, I thought this shouldn&#039;t keep the remaining 0.25% (or 0.635 persons) from being happy with BetterZip.&lt;/p&gt;
&lt;p&gt;Before setting any of these options quit BetterZip. Then open the terminal (Terminal.app), copy the command into the window, and press the Return key.&lt;/p&gt;
&lt;p&gt;If you want to go back to the default factory settings (sure, I  don&#039;t have a real factory, but it sounds cool), copy the delete command into the terminal window and press Return.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;MIBOpenExtractedFolder&lt;/strong&gt;&lt;br /&gt;
If you are annoyed that every time you do a 1-Click-Extract a Finder  window with the extraction location is popped right into your face, turn it off with this option.&lt;/p&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;code&gt;defaults write com.macitbetter.betterzip MIBOpenExtractedFolder NO&lt;/code&gt;
&lt;/div&gt;
&lt;p&gt;Go back to default with:&lt;br /&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;code&gt;defaults delete com.macitbetter.betterzip MIBOpenExtractedFolder&lt;/code&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;MIB7ZipSwitchesForCreate&lt;/strong&gt;&lt;br /&gt;
If you are a 7-zip super-power user, and find BetterZip too childish, because it doesn&#039;t let you set your favorite command line switches, use this option to set these switches and they will be used during the archive creation process:&lt;/p&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;code&gt;defaults write com.macitbetter.betterzip MIB7ZipSwitchesForCreate -array &quot;-ms=on&quot; &quot;-mhe=on&quot;&lt;/code&gt;
&lt;/div&gt;
&lt;p&gt;This one is a little more complicated, true, but as 7-zip veteran you already figured out what is happening here: After the -array all the switches you like to add are listed in double quotes and separated by spaces.&lt;br /&gt;
In the example above, I added -ms=on, which will create solid archives which compress with a better ratio and -mhe=on which adds header encryption when turning encryption in the save panel on. &lt;/p&gt;
&lt;p&gt;Go back to default with:&lt;br /&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;code&gt;defaults delete com.macitbetter.betterzip MIB7ZipSwitchesForCreate&lt;/code&gt;
&lt;/div&gt;
</description>
 <category domain="http://macitbetter.com/taxonomy/term/8">Support Forum</category>
 <pubDate>Wed, 18 Oct 2006 03:54:16 -0400</pubDate>
</item>
<item>
 <title>F.A.Q.</title>
 <link>http://macitbetter.com/faq</link>
 <description>&lt;h2&gt;Registration and Registration Keys&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Q: I haven&#039;t received my key after I bought BetterZip.&lt;/strong&gt;&lt;br /&gt;
A: If you are using a free e-mail service like GMail, your transaction may be subjected to extended fraud checking, which is required by credit card companies. If your key doesn&#039;t arrive within 8 hours, please contact me.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q: My registration key doesn&#039;t work.&lt;/strong&gt;&lt;br /&gt;
A: Please, make sure that you copy the complete code (four lines of numbers and letters, ending with an equal sign into the text field in the registration window.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q: I have lost my registration key. Can you resend it, please?&lt;/strong&gt;&lt;br /&gt;
A: Of course. Enter your e-mail address into this &lt;a href=&quot;http://macitbetter.com/lost-key-for/betterzip&quot;&gt;form&lt;/a&gt; (this is a free service).&lt;br /&gt;
&lt;br/&gt;&lt;/p&gt;
&lt;h2&gt;Compression and Extraction&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Q: I compressed a PDF, JPG, MP3, MOV, or AVI file, but the compressed file is not much smaller than the original file. What&#039;s wrong?&lt;/strong&gt;&lt;br /&gt;
A: Nothing is wrong. Multimedia files like music, images, and videos are usually already compressed as good as possible. Compressing them with an archiver cannot squeeze out many more bytes from the file. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q: Someone sent me this Word file and I couldn&#039;t open it, but BetterZip was able to extract it. Now Word cannot open the files I extracted.&lt;/strong&gt;&lt;br /&gt;
A: You have probably received a new Word docx file, and use Word 2004. You should not extract such files, but instead get the Microsoft file converter from &lt;a href=&quot;http://www.microsoft.com/mac/downloads.mspx?pid=Mactopia_AddTools&amp;amp;fid=6B9238E1-CF69-48C4-BF2D-C4A8ACEEE520#viewer&quot;&gt;here&lt;/a&gt;. Install the converter and run your files through it. For further support with this, please contact Microsoft.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q: Why doesn&#039;t BetterZip display the compressed sizes of files in tgz and tbz archives as well as in certain RAR and 7z archives?&lt;/strong&gt;&lt;br /&gt;
A: This is due to the way these formats work: First an uncompressed tar archive is created then this tar file is compressed with BZip2 or GZip, which are both limited to compressing one file. So, tar has no knowledge about the compression factors while GZip and BZip2 don&#039;t have knowledge about the contents of the tar file.&lt;/p&gt;
&lt;p&gt;Some RAR and 7z archives are compressed with the &lt;cite&gt;solid&lt;/cite&gt; option which leads to better compression ratios. With this option files are not compressed individually, but all together. The compression ratio can thus not be reported on a file level, but only on the archive level.&lt;br /&gt;
&lt;br/&gt;&lt;/p&gt;
&lt;h2&gt;Other Questions&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Q: I don&#039;t like that BetterZip brings a Finder window to the front every time I do a 1-Click-Extract.&lt;/strong&gt;&lt;br /&gt;
A: You can turn that off. See the &lt;a href=&quot;hidden-options&quot;&gt;hidden options section&lt;/a&gt; for details.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q: Are you planning to add Finder contextual menus and AppleScript and Automator support and how long do we have to wait for that?&lt;/strong&gt;&lt;br /&gt;
A: Yes and yes and not long. But there is no date scheduled yet. Just turn on update checking in the preferences window and you will be notified automatically.&lt;/p&gt;
</description>
 <category domain="http://macitbetter.com/taxonomy/term/8">Support Forum</category>
 <pubDate>Mon, 03 Apr 2006 06:06:11 -0400</pubDate>
</item>
<item>
 <title>Spinning beachball before extraction</title>
 <link>http://macitbetter.com/node/248</link>
 <description>&lt;p&gt;Hello Robert,&lt;/p&gt;
&lt;p&gt;I&#039;m extracting a split rar archive (.rar, .r00 etc) and am noticing something that didn&#039;t happen before.&lt;/p&gt;
&lt;p&gt;Before extraction begins (extraction windows still says &#039;ProgressWindow&#039;), there&#039;s a good 10-15 seconds where I get the spinning beachball and a lot of HD activity..&lt;br /&gt;
After that, extraction begins and proceeds as normal.&lt;/p&gt;
&lt;p&gt;It seems to have been introduced by 1.7.3..&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;
</description>
 <category domain="http://macitbetter.com/taxonomy/term/8">Support Forum</category>
 <pubDate>Sun, 26 Oct 2008 20:07:51 -0400</pubDate>
</item>
<item>
 <title>betterzip uncompress automatically</title>
 <link>http://macitbetter.com/node/243</link>
 <description>&lt;p&gt;Hi my name is Iván.&lt;br /&gt;
I´m from Spain and so I don´t speak english very well but I can try it.&lt;br /&gt;
I buy betterzip and I think that it is fantastic but I have a question about it&lt;/p&gt;
&lt;p&gt;When I unload (download) a &quot;compress archiver&quot; from internet, Betterzip uncompress it automatically , and I don&#039;t want it, I want uncompress it manually, with double click....&lt;/p&gt;
&lt;p&gt;What is the solution for my small problem?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
</description>
 <category domain="http://macitbetter.com/taxonomy/term/8">Support Forum</category>
 <pubDate>Thu, 02 Oct 2008 12:23:10 -0400</pubDate>
</item>
<item>
 <title>Mobile Me ZIP Files Problem</title>
 <link>http://macitbetter.com/node/242</link>
 <description>&lt;p&gt;Hi guys,&lt;/p&gt;
&lt;p&gt;I have the following problem: Every time I download a zipfile from MobileMe that contains files with special characters (ä,ö,ü) BetterZip cannot unpack it. It works fine with Finder&#039;s Decompressor so the zipfile is not corrupt or anything. I am unsure what is the cause of that :-/. I have created a test.zip to demonstrate the problem. http://www.schanzer.eu/test.zip&lt;br /&gt;
---&lt;/p&gt;
&lt;p&gt;Hi Leute,&lt;br /&gt;
ich habe folgendes Problem: Jedesmal wenn ich ZIP-Dateien aus MobileMe runterlade, die Dateien mit Umlauten enthalten, weigert sich BetterZIP, die Dateien zu entpacken. Mit Apple&#039;s Finder (Archivierungsprogramm) funktioniert es wunderbar also die Dateien sind grundsätzlich eigentlich nicht kaputt. Komische Sache :-/. Hier mal eine Testdatei, vielleicht fällt ja jemand etwas dazu ein: http://www.schanzer.eu/test.zip&lt;/p&gt;
</description>
 <category domain="http://macitbetter.com/taxonomy/term/8">Support Forum</category>
 <pubDate>Thu, 18 Sep 2008 04:03:41 -0400</pubDate>
</item>
<item>
 <title>Why is Zip &quot;recommended&quot; and isn&#039;t 7 Zip better? Or for that matter, RAR?</title>
 <link>http://macitbetter.com/node/240</link>
 <description>&lt;p&gt;I&#039;m new to all this.  For years I&#039;ve just used Stuffit and have been frustrated with the constant crashing etc.  So I&#039;ve been happy with BetterZip, but I&#039;m curious why, when I choose the compression format, Zip says &quot;recommended&quot; next to it.  Is this going to return better results?&lt;br /&gt;
From searching around the web, it seems like 7 Zip is supposed to be better.  If so, wouldn&#039;t that be &quot;recommended&quot;?  And while we&#039;re here, it also seems from searching around online that RAR is tops.  I downloaded the RAR app (trial for 40 days) and have done a few tests.&lt;/p&gt;
&lt;p&gt;I&#039;m needing to backup a bunch of DV footage - hundreds of gigs.  I normally let BetterZip chug away for a day and then when it&#039;s done I compare the results.  For roughly 10GB of footage I got a slightly smaller file size with 7 Zip that I did with RAR (didn&#039;t expect this).  &lt;/p&gt;
&lt;p&gt;What do you guys think?  Which format am I best with?  I don&#039;t need to cut them up into specific sizes; just want to get the smallest file size for backups.&lt;/p&gt;
&lt;p&gt;Thanks for any insight!&lt;/p&gt;
</description>
 <category domain="http://macitbetter.com/taxonomy/term/8">Support Forum</category>
 <pubDate>Mon, 01 Sep 2008 02:42:22 -0400</pubDate>
</item>
<item>
 <title>Pax</title>
 <link>http://macitbetter.com/node/239</link>
 <description>&lt;p&gt;BetterZip appears to handle pax files fine, however there is no file association for it. Pax is not listed in the preferences and when I choose Open With on a pax file BetterZip is not listed.&lt;br /&gt;
[edit] Okay, so it seems pax is just cpio, in which case BetterZip merely needs to recognise the .pax extension as being cpio.&lt;/p&gt;
&lt;p&gt;The file I&#039;m looking at is 1.4GB and the performance is very poor (which seems odd as pax has no compression). I&#039;m basically seeing the same things I previously reported about sit, albeit without the fast previews.&lt;br /&gt;
Quote:&lt;br /&gt;
- Previews load very fast! However if I try to actual extract an individual file it takes an awfully long time, as if it has to extract the entire archive just to get that single file (the archive is &amp;gt;100MB) but this would contradict the speed of the preview.&lt;br /&gt;
- Assuming it does have to extract the whole archive, subsequent extractions should be very fast, no?&lt;br /&gt;
- Due to the long time it takes to extract, I&#039;m free to continue to browse the archive while it&#039;s working. However I notice that once it&#039;s finished, what it actually extracted was the currently selected files, not the ones that I first dragged to the desktop.&lt;br /&gt;
- No progress bar? Other archive types drop down a little sheet to show extraction progress but the .sit file just gives the little whirly thing in the corner. If this were changed it would prevent the previous problem as you can&#039;t do anything while the progress sheet is displayed.&lt;/p&gt;
</description>
 <category domain="http://macitbetter.com/taxonomy/term/8">Support Forum</category>
 <pubDate>Sun, 31 Aug 2008 15:56:25 -0400</pubDate>
</item>
<item>
 <title>Bug reading-modifying-saving TGZ files</title>
 <link>http://macitbetter.com/node/237</link>
 <description>&lt;p&gt;Love BetterZip... use it all the time!&lt;/p&gt;
&lt;p&gt;One of the nicer features is being able to create TGZ archives, load them in BetterZip, clean out the mac-specific files, and re-save.&lt;/p&gt;
&lt;p&gt;Unfortunately, with 1.7.2, when saving the tgz file, it reports success, but actually saves as an uncompressed tar file.&lt;/p&gt;
&lt;p&gt;Simple to reproduce - open any tgz file, make a change, and save. The new archive will be saved as tgz, but the actual file type will be a POSIX tar file.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
-Andrew.&lt;/p&gt;
</description>
 <category domain="http://macitbetter.com/taxonomy/term/8">Support Forum</category>
 <pubDate>Thu, 28 Aug 2008 12:17:32 -0400</pubDate>
</item>
<item>
 <title>CRC32 Column</title>
 <link>http://macitbetter.com/node/235</link>
 <description>&lt;p&gt;Hi, I&#039;m trying for 1 day BetterZip and it seems a very good program, congrats!&lt;br /&gt;
But... I was wondering... Is there a way to view a column with the checksum (CRC32) of the archived files (like in many WinRAR-like applications) in the application window?&lt;br /&gt;
I know it isn&#039;t an important feature, and maybe a few people may find it useful..&lt;br /&gt;
but for me it is so (I can quickly compare the content of many archives). And since I think it isn&#039;t to difficult to develop that, perhaps there&#039;s already a hidden option for it.&lt;br /&gt;
Is there?&lt;/p&gt;
&lt;p&gt;ps: I&#039;m sorry for my poor English, I hope it can be understood easily.&lt;/p&gt;
</description>
 <category domain="http://macitbetter.com/taxonomy/term/8">Support Forum</category>
 <pubDate>Mon, 25 Aug 2008 20:12:17 -0400</pubDate>
</item>
<item>
 <title>Bug with zip filenames containing the &#039;$&#039; character?</title>
 <link>http://macitbetter.com/node/234</link>
 <description>&lt;p&gt;Just found that betterzip (1.7.2) seems to have an issue with zipfiles whose name contains the character &#039;$&#039;. Issue is betterzip always asks for a password when opening the file (with doubleclick) even if the zipfile is not password protected.&lt;/p&gt;
&lt;p&gt;I can send a zipfile that replicates the bug or you can:&lt;br /&gt;
1) create with betterzip a new zipfile named test.zip with no password&lt;br /&gt;
2) rename with finder the file test.zip to test$test.zip&lt;br /&gt;
3) open test$test.zip and you will be asked for a password even if the zipfile is not password protected.&lt;/p&gt;
&lt;p&gt;Also note that betterzip dos not let you save the zipfile with a filename containing the character &#039;$&#039;&lt;/p&gt;
&lt;p&gt;Paolo&lt;/p&gt;
</description>
 <category domain="http://macitbetter.com/taxonomy/term/8">Support Forum</category>
 <pubDate>Wed, 06 Aug 2008 01:50:30 -0400</pubDate>
</item>
<item>
 <title>RAR-extraction to NAS-disk or Windows drive returns access error</title>
 <link>http://macitbetter.com/node/232</link>
 <description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;I&#039;m using a MacMini 1.66Ghz Intel CoreDuo with 1Gb RAM and OSX 10.4.&lt;br /&gt;
When trying to extract 5GB DVD-ISO&#039;s compressed into multiple RAR-archives to my D-Link DL-323 NAS-disk (already mounted) I get the error:&lt;br /&gt;
&quot;BetterZip cannot extract to this folder. Maybe you don&#039;t have write access&quot;&lt;/p&gt;
&lt;p&gt;Browsing to the NAS drive in Finder and copying to the drive from there works just fine.&lt;br /&gt;
I get the exact same error message when trying to extract to a mapped Windows drive (where I also have write access).&lt;/p&gt;
&lt;p&gt;Any suggestions?&lt;br /&gt;
Please get back to me if you need further info.&lt;/p&gt;
&lt;p&gt;Rock on!&lt;br /&gt;
/ Jon&lt;/p&gt;
</description>
 <category domain="http://macitbetter.com/taxonomy/term/8">Support Forum</category>
 <pubDate>Fri, 01 Aug 2008 14:09:19 -0400</pubDate>
</item>
<item>
 <title>RAR-extraction speed slow?</title>
 <link>http://macitbetter.com/node/231</link>
 <description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;I&#039;m using a MacMini 1.66Ghz Intel CoreDuo with 1Gb RAM and OSX 10.4.&lt;br /&gt;
When extracting 5GB DVD-ISO&#039;s compressed into multiple RAR-archives it progresses, sloooow...&lt;br /&gt;
My Athlon XP 3500 (stoneage CPU) with WinRAR extracts the archives nearly twice as fast.&lt;br /&gt;
When looking at the CPU of the MacMini, it only uses some 10% on each core, so I guess that the RAR-archiving isn&#039;t really optimized, or am I missing something?&lt;/p&gt;
&lt;p&gt;I&#039;m searching for a good util for my RAR-archives, but will not pay for anything that&#039;s not tip-top :P&lt;/p&gt;
&lt;p&gt;Kind regards, and kudos for an otherwise nice-looking app!&lt;br /&gt;
/ Jon&lt;/p&gt;
</description>
 <category domain="http://macitbetter.com/taxonomy/term/8">Support Forum</category>
 <pubDate>Fri, 01 Aug 2008 14:01:47 -0400</pubDate>
</item>
<item>
 <title>Cannot open CBR Files</title>
 <link>http://macitbetter.com/node/226</link>
 <description>&lt;p&gt;When I try to open cbr files with BetterZip, it does not open the files as in previous versions but thinks I want to create a new RAR archive. 100% reproducible.&lt;/p&gt;
&lt;p&gt;For Example: If I open a file called &quot;test.cbr&quot; using &quot;Open With&quot;, BetterZip does not try to open &quot;test.cbr&quot; but insteads opens a new archive called &quot;test.rar&quot;. &lt;/p&gt;
&lt;p&gt;Looks to me like BetterZip knows by the extension that is is a rar file and before trying to open it changes the .cbr to rar. When it now tries to open this file it cannot find it and therefore goes in &quot;new archive&quot; mode.&lt;/p&gt;
&lt;p&gt;No problems with .cbz files. Haven&#039;t tried with other Extensions listed for RAR Files.&lt;/p&gt;
&lt;p&gt;I tried an older version and this worked fine. This bugs seems to be introduced with 1.7.x.&lt;/p&gt;
</description>
 <category domain="http://macitbetter.com/taxonomy/term/8">Support Forum</category>
 <pubDate>Thu, 10 Jul 2008 21:50:34 -0400</pubDate>
</item>
<item>
 <title>A more simple zip</title>
 <link>http://macitbetter.com/node/225</link>
 <description>&lt;p&gt;Hi&lt;br /&gt;
I&#039;m trying to make ABZ a bit more friendly.&lt;br /&gt;
In the long slow way, this is needed to zip a file:&lt;/p&gt;
&lt;p&gt; I have to&lt;/p&gt;
&lt;p&gt;run ABZ&lt;br /&gt;
open a window&lt;br /&gt;
drag the item to the window&lt;br /&gt;
press save&lt;br /&gt;
press return&lt;br /&gt;
press close window&lt;br /&gt;
tell it I don&#039;t want to save the window&lt;br /&gt;
tell it to quit.&lt;/p&gt;
&lt;p&gt;Now: I can speed that up by setting ABZ to open a window when it&#039;s run, so drag and drop works to there.&lt;/p&gt;
&lt;p&gt;I could set one click, instead of using save.&lt;/p&gt;
&lt;p&gt;But when I close the window, I still get a query if I want to save the contents, to which I must reply.&lt;/p&gt;
&lt;p&gt;It seems that there is no way to disable that last warning.&lt;/p&gt;
&lt;p&gt;I almost have a quicKeys macro done to make this as simple as &quot;compress&quot; (in the contextual menu, as supplied by the OS) already is....&lt;/p&gt;
&lt;p&gt;But I cannot get past that annoying bit where it asks me if I want to save the window when I&#039;m done.&lt;/p&gt;
&lt;p&gt;Any suggestions?&lt;/p&gt;
&lt;p&gt;(Checking or unchecking the surpress warnings in prefs makes no difference)&lt;/p&gt;
&lt;p&gt;It would be nice if there were a &quot;zip one file and quit&quot; option, instead of me having to jump through all these hoops...  :-)&lt;/p&gt;
</description>
 <category domain="http://macitbetter.com/taxonomy/term/8">Support Forum</category>
 <pubDate>Thu, 10 Jul 2008 19:58:01 -0400</pubDate>
</item>
<item>
 <title>BetterZip 1.7 cannot extract encrypted Zip-archives</title>
 <link>http://macitbetter.com/node/223</link>
 <description>&lt;p&gt;Hi Robert,&lt;/p&gt;
&lt;p&gt;their appears to be an issue with BetterZip version 1.7 (223) and encrypted Zip-files. Whilst they can be opened, they cannot be extracted. Trying to do so results in this error message:&lt;/p&gt;
&lt;p&gt;&lt;cite &gt;&quot;The archive extraction failed. The transcript drawer may contain further details.&quot;&lt;/cite&gt;&lt;/p&gt;
&lt;p&gt;This is the message from the transcript drawer:&lt;/p&gt;
&lt;p&gt;&lt;cite &gt;&quot;Loading archive: /Users/Thomas/Desktop/Archive/080619.zip&lt;/p&gt;
&lt;p&gt;&lt;cite &gt;7-Zip 4.57  Copyright (c) 1999-2007 Igor Pavlov  2007-12-06&lt;br /&gt;
p7zip Version 4.57 (locale=utf8,Utf16=on,HugeFiles=on,2 CPUs)&lt;/cite&gt;&lt;/p&gt;
&lt;p&gt;&lt;cite &gt;Processing archive: /Users/Thomas/Desktop/Archive/080619.zip&lt;/cite&gt;&lt;/p&gt;
&lt;p&gt;&lt;cite &gt;Extracting  080619.jpg&lt;/cite&gt;&lt;br /&gt;
&lt;cite &gt;Enter password (will not be echoed) :&lt;/cite&gt;&lt;br /&gt;
     &lt;cite &gt;Data Error in encrypted file. Wrong password?&lt;/cite&gt;&lt;/p&gt;
&lt;p&gt;&lt;cite &gt;Sub items Errors: 1&quot;&lt;/cite&gt;&lt;/p&gt;
&lt;p&gt;The archive was created using BetterZip. It makes no difference whether I use PKzip2 or AES-256 encryption. Unencrypted Zip-files work fine though. Also, the archives I created do not seem to be corrupted since I am able to unpack them with PathFinder, 7zX, and Zipeg.&lt;/p&gt;
&lt;p&gt;My OS version is 10.5.3&lt;/p&gt;
&lt;p&gt;Thomas&lt;/p&gt;
</description>
 <category domain="http://macitbetter.com/taxonomy/term/8">Support Forum</category>
 <pubDate>Fri, 20 Jun 2008 08:40:45 -0400</pubDate>
</item>
</channel>
</rss>
