quote:
Originally posted by Concord Dawn
Cookie, zipping files into an archive and compressing them are two different things.
Yes I know... We are also talking about two different things here: compressing data and encrypting data. Reread the thread from the beginning
quote:
Originally posted by Concord Dawn
Compressing them without putting them into an archive (disk compression) is an NTFS feature. As mentioned above, it's not as effective at reducing file size.
It is almost equaly effective! Especially if you compare it to the zip method; Both use almost the exact same methods of compressing. (hence why zipping is nativly part of Windows XP; it uses the same libraries) You might wanna study the technical compression algorithems used by Winzip (see the PKZIP consortium for that) and the nativly windows compression algorithems (look up the source for uncompressing packed windows files).
What you showed in your screenshots doesn't say a thing I'm afraid. The sizes shown there in the red rectangles are the normal, uncompressed sizes, not the true sizes on the disk after compression.
--------------
This thread is seriously going in all directions except towards the real problem/solution... Why do people rather make it difficult for themself instead of using already available stuff??????