Jump to content

Autoit use winrar zip and split file


Recommended Posts

 

What have you tried so far?  What are you stuck on?

Hi,

I was zip file. But I can't split and zip file. I need help to SPLIT file(per file maximum 500Mb).Thanks you^^.

#include "Zip.au3"
Dim $Zip, $myfile
$myfile = ("my file")

$Zip = _Zip_Create("my file") ;Create The Zip File. Returns a Handle to the zip File
_Zip_AddFile($Zip,$myfile) ;add $myfile to the zip archive
Edited by davidnina333
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...