Hello
Sorry for my English
I have a code to launch a program at a specifiec time thats OK
But i want to stop that program on a other time.
code on a page "Show"
code on a page "Timer"Code:sTime = System.GetTime(TIME_FMT_MIL) Label.SetText("Label11", sTime) Page.StartTimer(1000)
Is that possibel.Code:sTime = System.GetTime(TIME_FMT_MIL) Label.SetText("Label11", sTime) if sTime == "15:35:00" then result = File.Run(_ProgramFilesFolder.."\\program\\program.exe", "", "", SW_SHOWNORMAL, false); end
Thanxs kurtgamer

