Not workCode:function Run_CB(Source,Run,Total) local npgress = ((Run/Total) * 100); Progress.SetCurrentPos("Progress1", npgress); return true; end Progress.SetCurrentPos("Progress1", 0); Progress.SetText("Progress1", ""); Progress.SetEnabled("Progress1", true); Progress.SetVisible("Progress1", true); aa = Registry.DoesKeyExist(HKEY_LOCAL_MACHINE, "SOFTWARE\\User\\Program\\1"); if aa == true then Label.SetVisible("Label2", true); File.Run("AutoPlay\\Docs\\Program\\1.exe", "/s", "", SW_SHOWNORMAL, true, Run_CB); Label.SetVisible("Label2", false); end aaa = Registry.DoesKeyExist(HKEY_LOCAL_MACHINE, "SOFTWARE\\User\\Program\\2"); if aaa == true then Label.SetVisible("Label2", true); File.Run("AutoPlay\\Docs\\Program\\2.exe", "/s", "", SW_SHOWNORMAL, true, Run_CB); Label.SetVisible("Label2", false); end Progress.SetVisible("Progress1", true); Progress.SetCurrentPos("Progress1", 0); Progress.SetText("Progress1", "");![]()
![]()
solution please?!? or other example please!!
and added text %? ej: 1%, 2%, etc...??
thx



