Posted 05 October 2013 - 07:28 PM
Hello I know this topic is old but how could I use this code to stop a program on another computer as well?
rednet.open("top") – set to wherever you got the modem
id, message, distance = rednet.receive()
shell.run(message)
rednet.close()
rednet.open("top") – set to wherever you got the modem
id, message, distance = rednet.receive()
shell.run(message)
rednet.close()