Hi

But if you want to zip some files to create a single zip instead of opening
a zip file, you can't use ShellExecute i think.

_______________________________________________

KOREM   (http://www.korem.com)

GEObroadcasting your information
GEOdiffusion de l'information
_______________________________________________

Best MapInfo New Partner 2000 - North America
_______________________________________________

Antoine Gilbert
Analyst - Programmer
KOREM inc.
680, boul. Charest Est
Qu�bec (Qc)
G1K 3J4          t�l.: 418 647-1555
CANADA           fax:  418 647-1666
T�l�phone sans frais: 1 888 440-1MAP
_______________________________________________

----- Original Message -----
From: "Spencer Simpson" <[EMAIL PROTECTED]>
To: "Mapinfo Mailing List" <[EMAIL PROTECTED]>; "scoubes"
<[EMAIL PROTECTED]>
Sent: Thursday, July 05, 2001 1:01 PM
Subject: Re: MI-L find software directory


>
> ----- Original Message -----
> From: "scoubes" <[EMAIL PROTECTED]>
> To: "'Spencer Simpson'" <[EMAIL PROTECTED]>; "'Mapinfo Mailing
List'"
> <[EMAIL PROTECTED]>
> Sent: Thursday, July 05, 2001 11:52 AM
> Subject: RE: MI-L find software directory
>
>
> > Thanks,
> >  but to use ShellExecute() I need to know the directory where is winzip.
> > My problem is that I want to install my program in many computer and I
> don't
> > know if Winzip is always at the same place.
>
> This is incorrect; you do *not* need to know where WinZip is.
> When WinZip is installed, it creates an association between the .zip file
> extension and itself.  Different ZIP applications may or may not make such
> associations, and you can always make one in Windows Explorer.
>
> So if you have a particular .ZIP file in mind, your call to ShellExecute
> would look like this:
>
> dummy = ShellExecute (0,  "",  myzipfile, "", destdir, 0)
>
> HTH
> Spencer
>
>
>
> _______________________________________________________________________
> List hosting provided by Directions Magazine | www.directionsmag.com |
> To unsubscribe, send e-mail to [EMAIL PROTECTED] and
> put "unsubscribe MapInfo-L" in the message body.



_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.

Reply via email to