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

BadRobot

Senior member
May 25, 2007
547
0
0
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?
 

BadRobot

Senior member
May 25, 2007
547
0
0
I ran it but the console started using characters that i could nto read (unix code maybe?)
 

BadRobot

Senior member
May 25, 2007
547
0
0
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?
 

2Xtreme21

Diamond Member
Jun 13, 2004
7,044
0
0
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?
 

BadRobot

Senior member
May 25, 2007
547
0
0
.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....
 

2Xtreme21

Diamond Member
Jun 13, 2004
7,044
0
0
But why do you need to create a .Z file with windows anyway? What benefits does it have over zip?
 

lxskllr

No Lifer
Nov 30, 2004
60,202
10,662
126
Originally posted by: 2Xtreme21
But why do you need to create a .Z file with windows anyway? What benefits does it have over zip?

I'm curious also.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
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.