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

Shut Down Another Computer With Wired Modems

Started by deefster1000, 08 August 2013 - 05:43 AM
deefster1000 #1
Posted 08 August 2013 - 07:43 AM
I would like to know how to shut down or reboot, in fact reboot would be better, another computer connected to the network via wired modems.
Vilsol #2
Posted 08 August 2013 - 08:12 AM
First you have to wrap is as a peripheral.
And then you can use it like one.
Example

computer = peripheral.wrap("computer_1")
computer.reboot()