Ok, i didn't reply fast because i wanted to test it.
This is my test code
Sub Globals
End Sub
Sub App_Start
Hardware1.New1
t = TimeParse("22:23")
t = DateAdd(t,0,0,0)
Hardware1.RunAppAtTime( "E:\Free\ResHacker\ResHacker.exe", t)
End Sub
I have add HardwaerDesctop.dll to both device and deskctop, from tool-add object-hardware , i added hardware1. So i have hardware1: hardware to my right list. The time on my pc was 22:20, i run it and waiting if the application ResHacker.exe will run in 3 minutes. It didn't. After i run my script, it ends without an error message or something. What is wrong? Thanks ,