Jump to content

Recommended Posts

Posted (edited)

i can"t crack a file in zip file

the code doesn"t work

this is the code + the lebruary

#include <7Zip.au3>



$ArcFile = ("c:\Lesson3.rar")

$FileName = ("D:\karim\")

_7ZipAdd(0, $ArcFile, $FileName)

7zip.rar

Edited by dallasgfx
Posted

Is the syntax correct? Does it return an error? Is the file name required or just the directory where the file will be placed? Also ' not " marks a contraction.

Posted

#include <7Zip.au3>
DirCreate("C:\Temp")
$ArcFile = ("c:\namefilecompress.zip")
$FileName = ("C:\Temp\")
_7ZipAdd(0, $ArcFile, $FileName)

+

add this

7-zip32.dll

[center]I LOVE ALGERIA .... ;-)[/center]

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
×
×
  • Create New...