This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
totoporoto's profile picture

[Question] How can I do to make my programs lunch when I turn on my computer?

Started by totoporoto, 01 May 2012 - 10:20 PM
totoporoto #1
Posted 02 May 2012 - 12:20 AM
Well, the question is in the tittle xD
I want to know if there is some way to make my program get launched as I turn on my computer, is posible? XD
libraryaddict #2
Posted 02 May 2012 - 12:45 AM
Do "edit startup"
startup is launched everytime the computer is booted.
You can then either place your program in there.
Or use shell.run("MyProgram")
totoporoto #3
Posted 03 May 2012 - 01:05 AM
Thanks a lot n.n