• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Please tell me there is a windows app that can create .Z files

BadRobot

Senior member
So, i know there are a variety of apps that can read .Z files but where can I find one that creates them....
Do i really have to have a Unix box to do it?
 
Some of the utilities say they only run on particular versions of windows. Do we know if the compress.exe is version specific for windows?
 
I don't know, unfortunately. It was just on the wikipedia page for compress.

Is there some reason you can't zip or rar whatever you're trying to do?
 
.Z files are (normally) created when you use the ... compress 'filename' .... command line function of Unix. Just about all modern zip applications can uncompress these files but i have yet to find one that can actually create them.

I think the .Z file format is a proprietary format for unix that was covered under a patent that expired in 2003....
 
If you need to decompress the files on a unix box gzip would probably be the better option, it should be on just about every unix system out there and it's much better supported by non-unix systems.
 
Back
Top