Re: File Compression
- Posted by Irv Mullins <irv at ELLIJAY.COM> Jan 25, 2000
- 473 views
On Mon, 24 Jan 2000, you wrote: > >%_ > > I need to be able to compress files from within a program, and jiri's and > Junko's compression programs are command line interfaces. Has anybody got > routines for compressing/decompressing from within a program? > > Thanks, > ck > > Why not us the system() command? Especially if you need to exchange the files with other people, calling Pkzip or WinZip with the system() command would be the best way. Irv