dallasgfx Posted March 2, 2009 Posted March 2, 2009 (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 March 2, 2009 by dallasgfx
qazwsx Posted March 2, 2009 Posted March 2, 2009 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.
motionman95 Posted March 2, 2009 Posted March 2, 2009 Maybe it's the fact your variables have brackets around them...
qazwsx Posted March 2, 2009 Posted March 2, 2009 That makes no difference: $str = ("test") MsgBox (0, "", $str) Also parenthesis not brackets.
dallasgfx Posted March 2, 2009 Author Posted March 2, 2009 (edited) when i turn on the code it doesn "t work it tell me thishttp://img67.imageshack.us/my.php?image=sanstitrex.jpghttp://img67.imageshack.us/my.php?image=sanstitrex.jpg Edited March 2, 2009 by dallasgfx
GHOSTSKIKDA Posted March 2, 2009 Posted March 2, 2009 #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]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now