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

Computer reboot and shutdown functionality

Started by AndyAndreiH, 26 May 2013 - 03:46 AM
AndyAndreiH #1
Posted 26 May 2013 - 05:46 AM
Is there any way to locally reboot or shutdown an AC?

Example:

term.shutdown()
term.reboot()

Thanks in advance.
D3matt #2
Posted 26 May 2013 - 05:47 AM
… os.shutdown()
AndyAndreiH #3
Posted 26 May 2013 - 05:50 AM
I feel stupid now. - .- Thanks, I don't know why didn't I think about that.