Dear-
Here is sample file to execute a designated OS command everyday at exact time.
at /delete /yes
at 17:00 /every:M,T,W,Th,F,S,Su shutdown -s -f
at 09:15 /every:S,Su shutdown -s -f
at 09:20 /every:M,T,W,Th,F c:\sndrec32 /play c:\sound0920.wav -s -f
which is stored at c:\my.bat as text file. Simple click the my.bat in the morning to follow everyday routine job in Windows 7.
Also c:\sndrec32 is window file (OS level) and c:\sound0920.wav is "10 minutes to open" sound file made from other place.
1) Is there any other method to execute command everyday, under Window 7?
2) How about in Linux(Ubuntu or other) with OS only?
3) How about in cell phone, under iphone iOS or Samsung?
Here is sample file to execute a designated OS command everyday at exact time.
at /delete /yes
at 17:00 /every:M,T,W,Th,F,S,Su shutdown -s -f
at 09:15 /every:S,Su shutdown -s -f
at 09:20 /every:M,T,W,Th,F c:\sndrec32 /play c:\sound0920.wav -s -f
which is stored at c:\my.bat as text file. Simple click the my.bat in the morning to follow everyday routine job in Windows 7.
Also c:\sndrec32 is window file (OS level) and c:\sound0920.wav is "10 minutes to open" sound file made from other place.
1) Is there any other method to execute command everyday, under Window 7?
2) How about in Linux(Ubuntu or other) with OS only?
3) How about in cell phone, under iphone iOS or Samsung?
Last edited: