Click here to Skip to main content
15,887,822 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am trying to unzip the files using winzip in command prompt.the file are unzipped but final one window is opening to show all unzip files.How can close the result window through command prompt.

command
C:\WINZIP\WINZIP32.EXE -min -e -o -j \\SODIRIUK\test\PROD\LOAD\In\test\process\test.zip \\SODIRIUK\test\PROD\LOAD\In\test\process
Posted

1 solution

If you're unzipping then you don't need that -min.

The -e tells winzip that it's extracting and everything after that is the option list.

Because you have -min first it would expect an x,n,f,s, or 0 after the -e
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900