Jump to content

Spliting Zip file


Recommended Posts

Hello everyone,

I have been able to zip my folders using autoit, but the file size is too large for me to send to email

Is there a way i can split it so that once it attaches the first split it attaches the second in the next email till it all of the zipped folder is sent

$Zip = @AppDataDir & "\ Test.zip"
_Zip_Create ($Zip)
_Zip_AddFolder ($Zip, $moz, 1)

Thanks

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...