Can anyone explain why the string
"C:\Program Files\WinZip\wz unzip" -t ZipFileName
does nothing[1] when run via the Shell function, but
cmd /c "C:\Program Files\WinZip\wz unzip" -t ZipFileName
works.
I cannot find any way to keep the command window open to see what is
happening.
[1] The command window just flashes on the task bar
Thanks.
--
Les Desser
(The Reply-to address IS valid)
"C:\Program Files\WinZip\wz unzip" -t ZipFileName
does nothing[1] when run via the Shell function, but
cmd /c "C:\Program Files\WinZip\wz unzip" -t ZipFileName
works.
I cannot find any way to keep the command window open to see what is
happening.
[1] The command window just flashes on the task bar
Thanks.
--
Les Desser
(The Reply-to address IS valid)
Comment