
400 exclusive HQ button for IR AMS
format:
.btn
size:
11.9 MB
AMS:
all

كود:
https://mega.nz/#!UFgx2BIK!sFefGOlpzfOaaS8bE9oFLuMsUc3N2OPVvJwvkS_2Fj0
-- function FileProgress(Source, Destination, Copied, Total, FileCopied, FileTotal) if Source~="" then Label.SetText("FileName", "..."..String.Mid(Source, String.Length(_SourceFolder)+1, -1)); end Progress.SetCurrentPos("Progress2", (Copied/Total)*100); return true end ------------------------------------------- result = Shell.GetFolder(SHF_PROGRAMFILES); find = Folder.Find(result.."\\", "AutoPlay Media Studio*", false, nil); if find~=nil then for i, s in pairs(find) do result = File.DoesExist(find[i].."\\AutoPlayDesign.exe"); if result then File.Copy(_SourceFolder.."\\AutoPlay\\Buttons\\*.*", find[i].."\\Gallery\\Buttons", true, true, false, true, FileProgress); Dialog.Message("",find[i].."\\Gallery\\Buttons"); end end end
تعليق