1.

Solve : Batch file help needed ASAP :(?

Answer»

I will try to explain this as BEST as I can. Basically what I am looking for is a batch file that I can automate that will TAKE a zip file and extract it to a different folder.

Example -

C:\Blah\happy\today.zip <----- I want to have the batch file extract this zip file to C:\Blah\ using a batch file. Please tell if this is possible and how.

Thank you!!

This can easily be achieved using pkunzip in command LINE of dos SHELL, as long as the zip file is not password protected.

http://www.unt.edu/rss/docs/zip.htmPerfect. Thank you.



Discussion

No Comment Found