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

Start programs with a remote command

Started by HurdeHack, 22 March 2012 - 04:10 PM
HurdeHack #1
Posted 22 March 2012 - 05:10 PM
is there a code for starting a program on a turtle with remote control
Liraal #2
Posted 22 March 2012 - 05:24 PM
yes there is, look for it in programs library
dark #3
Posted 25 March 2012 - 09:40 AM
you could try

if rednet.receive("runA") then
shell.run("A")
end
Alex_ #4
Posted 25 March 2012 - 08:23 PM
Try mine http://www.computercraft.info/forums2/index.php?/topic/718-alex-s-rednet-remote-run-program-rnetrun-minecraft-telecom-intermine-rednet-in-minecraft-internet-project/