Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > General > Zip file.


Reply
 
Thread Tools Display Modes
  #1  
Old 07-25-2003, 10:38 PM
carnation's Avatar
carnation carnation is offline
Junior Contributor
 
Join Date: Apr 2003
Posts: 306
Default Zip file.


Hi there,
I want to zip and unzip a file (using DOS zip) in VB code. Can you show me how to do it.
Thanks in advanced.
Reply With Quote
  #2  
Old 07-25-2003, 11:02 PM
Squishy's Avatar
Squishy Squishy is offline
Senior Contributor
 
Join Date: Jul 2003
Location: Stratford
Posts: 919
Default

use Shell and pass the arguments.
e.g. using PKWARE
Code:
Shell "PKUNZIP [arguments & filename]", vbHide
Reply With Quote
  #3  
Old 07-27-2003, 07:22 PM
carnation's Avatar
carnation carnation is offline
Junior Contributor
 
Join Date: Apr 2003
Posts: 306
Default Zip file.

I 've tried but no thing happens. Must I install something else to execute this shell. If I must where can I get it?
Reply With Quote
  #4  
Old 07-27-2003, 08:53 PM
Squishy's Avatar
Squishy Squishy is offline
Senior Contributor
 
Join Date: Jul 2003
Location: Stratford
Posts: 919
Default

PKWARE used to be shareware, but apparently they've stopped distributing it. This guy's in the same boat...there's some suggestions in that thread.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation Problem - PLs help urgenlty dpdsouza Installation / Documentation 4 12-02-2004 07:09 PM
Doesn't want to register! MikeyM Installation / Documentation 5 03-02-2003 08:22 PM
making music continue GrimViper General 3 05-01-2001 10:40 AM

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->