|
-
Jun 2nd, 2000, 01:00 AM
#1
Thread Starter
New Member
Im trying to have my vb program execute a winzip *.exe file does anybody have an idea how to go about that.
thx all
-
Jun 2nd, 2000, 01:09 AM
#2
Member
ermmm???
Do you mean to just run it or to extract to to a directory??? If you are talking about just running it and letting the user specify the directory (or use the defult) i imagine you can use
Shell "c:\whateverdir\exename.exe", vbnormal focus
Cease
-
Jun 2nd, 2000, 02:03 AM
#3
Thread Starter
New Member
Winzip
All i want to be able to do is click on the unzip button i created and it will automatically open the executable file that is all i need it to do.
thx all
-
Jun 2nd, 2000, 02:29 AM
#4
Yes the Shell will work for what you want to do. If you want to automatically unzip the file for them, you could use the SendKeys function to control what Winzip does.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|