I'm trying to execute a zip file located at the location that is shown in the text field of txtZipFile using PKzip. Is this the right format? I'm not sure it's reading correctly. The code I have so far is below. Thanks in advance.
Bryan
Dim AppName As String """C:\ProgramFiles\PKWARE\PKZIP4 \pkzipw.exe" & txtZipFile.Text & ""
Shell(AppName, AppWinStyle.NormalFocus)
Bryan
Dim AppName As String """C:\ProgramFiles\PKWARE\PKZIP4 \pkzipw.exe" & txtZipFile.Text & ""
Shell(AppName, AppWinStyle.NormalFocus)