Results 1 to 8 of 8

Thread: Ziping a file

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    69
    Any ideas on zipping Files in VB??

    Thanks

    jason


  2. #2
    Guest
    Take a look at this thread for zipping files.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    69
    thanks i'll take a look

    all i really need to do is use shell and
    zip one file with winzip

    thanks again

    jason

  4. #4
    Guest
    I tried, Winzip says it doesn't support Command line parameters. Pkzip does though. Command lines to pkzip are told in the thread above.

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    69
    Thanks but all i can use is winzip
    i'll play around with it

    anyone have any ideas??

    Thanks

    jason


  6. #6

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    69
    This opens up the winzip program and creates
    a xx.zip file but does anyone now the commands
    to add a file to this zip file??



    r = Shell("C:\winzip\winzip32.exe C:\xx\xxx.zip", vbMinimizedFocus)


    thanks

    jb


  7. #7
    Guest
    Of course, Winzip can be loaded. But as I said, it won't accept command lines. See for yourself: go to Start > Run and type in Winzip /?. And it will tell you. Pkzip is your best bet or an active x control.

  8. #8
    Guest
    E-mail me at [email protected] and I'll send you a Control.

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