|
-
August 3rd, 2006, 02:58 AM
#1
Using the zipping utility of windows XP
Hi guys,
I am trying to use the zipping utility of Windows XP, any idea of how to call it from a console app?
Thanks
Andres
Favourite Quotes
"In the first place, God made idiots. That was for practice. Then he made developers."
"Computers make it easier to do a lot of things, but most of the things they make it easier to do don't need to be done."
-
August 3rd, 2006, 06:23 AM
#2
Re: Using the zipping utility of windows XP
Hi andreshs1,
The compression functionality available in Windows XP is not what you think
it is. It does not compress as winzip does. It works like the "Compress
drive to save disk space" option ( when u right click on a drive and see
the options there). It will only compress files that are older than a specified
period of time.
Instead, u can refer VJ# available with .Net and you can use the java
functionality to do an actual zip. Search the net for VJSLIB and u'll get
the code.
-
August 3rd, 2006, 07:17 AM
#3
Re: Using the zipping utility of windows XP
Hi,
thanks for the info, I finally decided to use SharpZipLib, a great GNL library for C#
once again Thanks
Andres
Favourite Quotes
"In the first place, God made idiots. That was for practice. Then he made developers."
"Computers make it easier to do a lot of things, but most of the things they make it easier to do don't need to be done."
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|