Command line switch for extracting .zip files

G

Guest

Is there a command line tool that will allow you to extract .zip files. I
have a zip file that is on a cd that I need to use a batch file to extact to
a workstation temp file, run the programs within the zip file, then delete
the temp folder. thanks for your help!
 
S

Shenan Stanley

seri0usblk said:
Is there a command line tool that will allow you to extract .zip
files. I have a zip file that is on a cd that I need to use a batch
file to extact to a workstation temp file, run the programs within
the zip file, then delete the temp folder. thanks for your help!

unzip.exe is out there for free.

Built into Windows XP?
No - not really.

http://www.msfn.org/board/index.php?act=ST&f=34&t=33979

http://www.annoyances.org/exec/forum/winxp/t1113496890

and

rundll32.exe zipfldr.dll,RouteTheCall nameofzip.zip

Will *open* the file.. But no way I know to use it to compress/decompress
from the command line. I always just used PKUNZIP for that.
 
D

David H. Lipman

From: "seri0usblk" <[email protected]>

| Is there a command line tool that will allow you to extract .zip files. I
| have a zip file that is on a cd that I need to use a batch file to extact to
| a workstation temp file, run the programs within the zip file, then delete
| the temp folder. thanks for your help!

Get a 3rd party package such as WinZIP or IZARC.
 
G

Guest

Thanks for the reply Shenan. Once again I found a work around; I was able to
get the files that I wanted to zip onto a CD. However, I looked at your
solutions and they all would have solved my issue. Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top