hotkeyset ("{esc}","esc")
func esc()
exit
endfunc
while 1
If @HOUR> 8 And @HOUR <21 Then
filecopy ("D:\yanqiao2010\js\js1\duote.js","D:\yanqiao2010\duote.js",1)
sleep (5000)
filecopy ("D:\yanqiao2010\js\js2\duote.js","D:\yanqiao2010\duote.js",1)
sleep (5000)
filecopy ("D:\yanqiao2010\js\js3\duote.js","D:\yanqiao2010\duote.js",1)
sleep (5000)
filecopy ("D:\yanqiao2010\js\js4\duote.js","D:\yanqiao2010\duote.js",1)
sleep (5000)
Else
filecopy ("D:\yanqiao2010\js\js1\duote.js","D:\yanqiao2010\duote.js",1)
sleep (5000)
filecopy ("D:\yanqiao2010\js\js2\duote.js","D:\yanqiao2010\duote.js",1)
sleep (5000)
EndIf
wend
|