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