Posted 28 May 2013 - 01:25 AM
The goal:
I have a master disk which holds all of my finalized programs. I want to be able to place a turtle down next to an adjacent computer (or turtle) and be able to copy over the programs I want without having to tediously type in "delete turtleStartup', 'copy disk/turtleStartup turtleStartup' over and over for all my turtles.
I don't know how to force CC code into another machine, so I really need help in getting this done.
Also it would be cool if somebody could figure out how I could list my programs as such:
[1] turtleStartup
[2] doorStartup
[3] barrierTurtle
…
etc.
in order for me to input: '1' and have it copy turtleStartup, or '2' and have it copy doorStartup.
Thanks a bunch!
I have a master disk which holds all of my finalized programs. I want to be able to place a turtle down next to an adjacent computer (or turtle) and be able to copy over the programs I want without having to tediously type in "delete turtleStartup', 'copy disk/turtleStartup turtleStartup' over and over for all my turtles.
I don't know how to force CC code into another machine, so I really need help in getting this done.
Also it would be cool if somebody could figure out how I could list my programs as such:
[1] turtleStartup
[2] doorStartup
[3] barrierTurtle
…
etc.
in order for me to input: '1' and have it copy turtleStartup, or '2' and have it copy doorStartup.
Thanks a bunch!