I made this post about unzipping .zip archives and Trancexx gave me the following code.
How would I modify this to zip a file? I know windows has "send to compressed folder" witch compresses it into a zip, but how would I do this in autoit?
Solved by Trancexx.
_ExtractZip("C:\Users\David\Desktop\New folder\Maps1.zip", "C:\Users\David\Desktop\New folder\maps")
; #FUNCTION# ;===============================================================================
;
; Name...........: _ExtractZip