[오토핫키] 압축 및 압축해제 / Zip to File , File to Zip
·
오토핫키
#NoEnvSetWorkingDir, %A_ScriptDir% ;SmartZip("test.zip", "dir2") ; Unpack a number of ZIP files to dir2; Support flexible form of parametersSmartZip("dir2", "testdir.zip") ; Pack the whole folder to ZIP file;~ SmartZip("*.ahk", "scripts.zip") ; Pack ahk scripts of the working dir;~ SmartZip("*.zip", "package.zip") ; Pack a number of ZIP files to one;~ SmartZip("*.zip", "dir2") ; Unpack..