Re: how to compress files
- Posted by jimcbrown (admin) Nov 10, 2013
- 1734 views
sergelli said...
what do you guys do to compress files within a program euphoria?
Before I used a copy of gzip.exe, but now it no longer works.
res=system_exec("gzip -c -9 ultmov.txt > ultmov.gz",0)
Any idea?
That should still work. What happens if you manually attempt to run gzip from the command line?