GLOBAL mycache$
GLOBAL count# = 10
mycache$ = FILEREQUEST$(TRUE,"cache.ini|*.ini|All|*.*")
WHILE count <> 0
STDCOLOR RND(14)+1,0
STDOUT "\n"+"\t"+"\t"
STDOUT count+"\n"+"\t"+"\t"
STDOUT "\a"
SLEEP 500
STDOUT "\a"
SLEEP 500
DEC count,1
WEND