I need to get the 7zip-lzma de/compression included in ahk-code, because Antivirus-systems will kill third party exe.
So this is what i have (10% likely that process get killed):
Code: Select all
FileInstall, 7zr.exe, 7zr.exe, 1
RunWait, % "\7zr.exe" Parameters
So any ideas how to include it direct in code (per MCode? or something else) and how to run the function with the parameters?
Thx!
