A little program that creates MS cabinet-files.

CHANGES:
--------
cab2.c
------
you can create cab-file with:
cab2 PATH/file.ext file.cab
     ~~~~~~~~~|~~~ 
              --> adds the file.ext without the path


TODO:
-----
	- compression (too lazy)
	- multiple folders
	- UTF names
	- take a look at file-attributes

MAKE:
-----
	gcc -o cablinux cablinux.c
	gcc -o cab2 cab2.c

have fun (yeah sure, with cab-files ...)


Rien (rien@filii.luc.ac.be)
