Hi friends,
i need uncompress a file with .Z format. Using unix and line comand "uncompress" it's ok. How do I do to uncompress files in this format with PHP on WINDOWS or UNIX.
Thanks.
Uncompressing *.Z files in MSDOS If you are using an MSDOS system you will need comp430d.exe to uncompress the *.Z files. This is a public domain program that can be obtained by anonymous FTP from: Location: oak.oakland.edu Directory: SimTel/msdos/compress File: comp430d.zip Put it in a directory accesable from your Path and unzip it. Then, as the accompanying documentation says, "the best thing to do is to copy it to compress.exe, uncompre.exe and zcat.exe.... To uncompress a .Z file, simply type uncompress .Z"
Uncompressing *.Z files in MSDOS
If you are using an MSDOS system you will need comp430d.exe to uncompress the *.Z files. This is a public domain program that can be obtained by anonymous FTP from:
Location: oak.oakland.edu Directory: SimTel/msdos/compress File: comp430d.zip
Put it in a directory accesable from your Path and unzip it. Then, as the accompanying documentation says, "the best thing to do is to copy it to compress.exe, uncompre.exe and zcat.exe.... To uncompress a .Z file, simply type uncompress .Z"
Use exec to run the command