A common task among programmers is to port files from one
operating system to another, to be able to write
multiplatform software. This usually leads to two problems:
the big amount of files to be copied and the fact that text
files had diferent conventions in diferent systems:
character map and end of file mark.
These two programmes try to solve both problems for the
Linux, MS-DOS and QDOS operating systems. Comprime
(Compress) brought together a number of files
from an operating system in just one file, easy to transfer
to another system, and Expande (Expand)
rebuild all files in another system, converting as
appropiate text files and with no modification of binary
files. The process is with data compression so the resulting
file is as little as possible.
You can download just one version of the programme, as
with any one of them you can recompile sources in another
operating system. The difference is that in each version I
offer only binaries for its operating system.
The programmes are written in ANSI C and screen messages
can be in English or Spanish, depending on how be compiled.