loop {
FormatTime,t,,HH:mm:ss
ComObjCreate("SAPI.SpVoice").Speak(t)
Sleep % 60 * 30 * 1000
}