Quote:
Originally Posted by quick99si
Tell me if this helps (I apologize in advance for the lengthy notes!).
|
that's perfection .. You rock , wish I could hit the thanks button a million times . You have no idea how much you have clariied things for me , don't ever apologize for lengthly notes ! they help so much ! I created my own script but the coding is exactly like yours , just different variable names . One thing I also was able to use , was this :
Code:
GetTime(Hour,x,y)
Wait=(24-Hour)
Wait=(Wait*3600)
x=60-x
x=x*60
Wait =Wait+x
Wait=Wait*1000
Sleep(Wait)
Run("\Program Files\elesbb\Set Sleep Time\Sleep 5 Seconds.mscr")
exit
this works for what I want it to do .. But having it in the notification queue . I feel that would be best .
Thanks so much for clarifing everything , and making things understandable !
in my java programming course , he makes us wright an algorithm before any code is allowed to be written , I tried that with this mort script , but not fully understanding the code and unix timestamp crap , I failed . Lol .
Seriously , I can't say thanks enough .