asci
08-05-2006, 11:58 PM
Hi,
I have done this script:
#r(#wlanon)
#r(\Windows\Start Menu\Programs\TCPMP.lnk) #p(\Storage Card\Capital.pls) #sleep(5000)
#r(#kill) #p(player.exe) #sleep(90000)
#r(#wlanoff) #sleep(5000)
It's a kind of wifi-radio alarm clock. If I run it manually by clicking on it, the script works, but really I can't get it to work by running this script with scheduled option. I mean that I'd like to run it during some working days but really I don't know how to do it. I tried this:
open SKSchema/new/command/:SKSCHM #r(#script) #p(sveglia.sksc)
After than I setted days of the week, time...
This is the related .sksp file generated:
#r(:SKSCHM #r(#script)) #p(\Sveglia.sksc) #hh(7) #mm(57) #days(2,3,4,5,6,) #waitfor(1) #vol(7) #d(Sveglia!) #a(2)
Coming back to Queue view I tapped on scheduled event created/Execute, to test it, but it doesn't work.
Where I went wrong?
I have done this script:
#r(#wlanon)
#r(\Windows\Start Menu\Programs\TCPMP.lnk) #p(\Storage Card\Capital.pls) #sleep(5000)
#r(#kill) #p(player.exe) #sleep(90000)
#r(#wlanoff) #sleep(5000)
It's a kind of wifi-radio alarm clock. If I run it manually by clicking on it, the script works, but really I can't get it to work by running this script with scheduled option. I mean that I'd like to run it during some working days but really I don't know how to do it. I tried this:
open SKSchema/new/command/:SKSCHM #r(#script) #p(sveglia.sksc)
After than I setted days of the week, time...
This is the related .sksp file generated:
#r(:SKSCHM #r(#script)) #p(\Sveglia.sksc) #hh(7) #mm(57) #days(2,3,4,5,6,) #waitfor(1) #vol(7) #d(Sveglia!) #a(2)
Coming back to Queue view I tapped on scheduled event created/Execute, to test it, but it doesn't work.
Where I went wrong?