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

Turtle send command to another turtle without rednet?

Started by iMontouch, 22 June 2013 - 08:22 AM
iMontouch #1
Posted 22 June 2013 - 10:22 AM
Hey there!
I wrote a turtlescript that places several turtles and fuel them.
Now I want to expand the whole thing so that the turtle also gives the placed turtles some commands. Like label, pastebin get and the start cmd.
Any ideas on how to do that? Rednet is not an option i think, because the placed turtle wont listen by default?

Thanks in advance!
Lyqyd #2
Posted 22 June 2013 - 03:30 PM
Split into new topic.

Use a disk drive with a disk containing a startup file that makes it do whatever you need it to do. When the turtle is placed adjacent to the drive and is booted, it will use that startup.
iMontouch #3
Posted 23 June 2013 - 04:00 PM
okay thanks. That worked :)/>