Posted 21 September 2012 - 06:10 PM
I was wondering how I could make a clock out of a Computer that would essentially update itself without me having to manually reboot the computer. Below are a couple of my ideas… but I'm not sure if they work… or if they have downsides… Please let me know if you find anything helpful.
(The code would be within the startup program)
Code #1
or
Code #2
Thank you for looking!
(The code would be within the startup program)
Code #1
print(os.time)
os.reboot()
or
Code #2
shell.run("time")
os.reboot()
(I have doubts on this one, I think it'll run the program, and then not reboot the computer…Thank you for looking!