Jump to content

read a file in a *.zip


Jeffel
 Share

Recommended Posts

home page to 7-zip

http://www.7-zip.org/

download it from:

http://prdownloads.sourceforge.net/sevenzip/7z313.exe

this should work:

RunWait("C:\progra~1\7-zip\7z x c:\simdata.zip -oc:\temp sim\acdata\jeffel.dat")

C:\progra~1\7-zip\7z = your program's location

x = switch to extract and keep folder structure

c:\simdata.zip = zip file to extract from

-oc:\temp =output directory (it will be created if not found)

sim\acdata\jeffel.dat = file to be selected. The folder structure will be copied

this means your file will be in c:\temp\sim\acdata\jeffel.dat when done

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...