Add new comment

Thomas, there are two hidden options which might help you here:

  • MIBRevealingApplication: after extracting files, use this application to reveal them. Try this one first.
  • MIBViewingApplication: if no default application is defined for a file type, this application will be called to handle it instead.

To set any of these options, open Terminal.app and enter these commands, each followed by pressing Enter:

  • defaults write com.macitbetter.betterzip MIBViewingApplication "PathFinder"
  • defaults write com.macitbetter.betterzip MIBRevealingApplication "PathFinder"

To return to the original state enter these commands:

  • defaults delete com.macitbetter.betterzip MIBViewingApplication
  • defaults delete com.macitbetter.betterzip MIBRevealingApplication
Thu, 2008-07-24 09:58

Reply



The content of this field is kept private and will not be shown publicly.

*

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.