davidnina333 Posted July 9, 2015 Posted July 9, 2015 Hi,I have File size 2.3Gb. I want use winrar to zip and split file. Per file maximum 500Mb. View pics detail. Thanks you help me.
Jfish Posted July 9, 2015 Posted July 9, 2015 What have you tried so far? What are you stuck on? Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt
davidnina333 Posted July 9, 2015 Author Posted July 9, 2015 (edited) 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 July 9, 2015 by davidnina333
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