View Single Post
  #21 (permalink)  
Old 04-12-2011, 09:30 AM
elesbb's Avatar
elesbb
Super genious in training
Offline
Threadstarter
Location: PA
 
Join Date: Jun 2010
Posts: 1,198
Reputation: 1600
elesbb is halfway to VIP status based on repelesbb is halfway to VIP status based on repelesbb is halfway to VIP status based on repelesbb is halfway to VIP status based on repelesbb is halfway to VIP status based on repelesbb is halfway to VIP status based on repelesbb is halfway to VIP status based on repelesbb is halfway to VIP status based on repelesbb is halfway to VIP status based on repelesbb is halfway to VIP status based on repelesbb is halfway to VIP status based on rep
Mentioned: 42 Post(s)
Tagged: 0 Thread(s)
Re: Certain script run at a certain time

Quote:
Originally Posted by quick99si View Post
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 .
Reply With Quote
This post has been thanked 1 times.