zipinfo.ttp The zipinfo program is a short-cut for the command "unzip -Z". If you are installing your Unzip binaries on a minix filesystem under MiNT, you can create "zipinfo.ttp" by creating a link between unzip.ttp and zipinfo, like this: ln unzip.ttp zipinfo.ttp This will not work under TOS, since the GEMDOS filesystem does not support links of any sort. The other way to create a "zipinfo" program is to make a shell script that calls unzip with the -Z option, or make an alias in your favourite shell. Naturaly, this won't work from the desktop, but by now you probably don't expect much functionality from that... For example, if you use the Mupfel shell in the Gemini desktop replacement, you could add: alias zipinfo "unzip -Z" to your mupfel.mup startup file. Under GNU bash, you would use: alias zipinfo="unzip -Z" You _might_ get away with copying unzip.ttp to zipinfo.ttp if you don't mind giving up the disk space. This isn't guarenteed to work, and in fact, _doesn't_ work from the desktop, or from Mupfel/Gemini. C'est la vie. -Chris- cherborth@semprini.waterloo-rdp.on.ca