CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2003
    Location
    Tokyo, Japan
    Posts
    93

    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."

  2. #2
    Join Date
    Oct 2000
    Location
    India
    Posts
    4,620

    Thumbs up 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.
    All luck and have a great day.

    Regards,
    V.Girish

    Visit www.geocities.com/contactgirish for Source code, Tutorials, FAQs and Downloads.

  3. #3
    Join Date
    Feb 2003
    Location
    Tokyo, Japan
    Posts
    93

    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
  •  





Click Here to Expand Forum to Full Width

Featured