Welcome, Guest. Please login or register.

Author Topic: PP files Help  (Read 2014 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline InTheSand

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 1766
    • Show all replies
    • http://www.ali.geek.nz
Re: PP files Help
« on: June 28, 2005, 10:09:15 AM »
Hi,

The file linked above will allow the unpacking of PowerPacker files, but depending on the content, you'll probably need additional software to make use of what's unpacked.

If you're looking at graphics files, Paint Shop Pro and IrfanView will both be able to convert from the Amiga's IFF format to something more PC-friendly.

Plain text files should be readable "as is", though the Amiga and Windows use different ways of indicating the end of each line. However, something like Wordpad will open these regardless.

For music files (modules), DeliPlayer should cope with whatever Amiga stuff you throw at it.

Word processing files and anything else created using proprietary packages on the Amiga side of things will take more work to be usable, though...

Cheers,

 - Ali
 

Offline InTheSand

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 1766
    • Show all replies
    • http://www.ali.geek.nz
Re: PP files Help
« Reply #1 on: June 29, 2005, 12:01:20 AM »
Hi,

PPUnpack is a command line program. Before you use it, extract the "ppunpack.exe" file into a new (temporary) directory and also copy your *.pp files there.

Then go to the Windows XP command prompt ("Start" menu, "Run", then type "cmd" and click "OK") and change to the temporary directory you created above (e.g. "cd ").

Then, for each *.pp file, run PPUnpack. Usage of the command is "ppunpack .pp ".

For example, if you have a "nice-picture.iff.pp" and you wish to extract it, use "ppunpack nice-picture.iff.pp nice-picture.iff".

Cheers,

 - Ali