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

Program Transfer between Beginner and regular Turtles?

Started by Atm2222, 13 July 2015 - 12:19 AM
Atm2222 #1
Posted 13 July 2015 - 02:19 AM
I am not a novice at programming, but I don't know LUA syntax very well, so I decided to use CCEDU to write a program and I want to export it to a regular turtle so i can get it to run on startup. Thanks! Please Help ! :)/>
Bomb Bloke #2
Posted 13 July 2015 - 07:25 AM
When looking at your script library (the list down the lower right of the interface you get when accessing a beginner turtle), you'll see a "Copy <script> To Disk" button just underneath it. Pressing it should add a disk to your player character's inventory.

Now place a Disk Drive next to your regular turtle, and the disk into that. To copy the script from the disk to the turtle itself, type into the turtle's command line:

cp /disk/<scriptName> /

You can then run the script by typing just its name, or edit it by typing "edit <scriptName>".
LeotomasMC #3
Posted 24 August 2015 - 10:49 PM
or can cheat and go into your saves folder but thats a "why would i do that" thing so just ignore this and carry on