First the basics, make a turtle
place and right click it
Type: label set "name your turtle"
example: label set t1
With http enabled its a simple one line command using the build in turtle pastebin api.
To manually do it I think you can copy paste one line at a time using the in game editor.
or this thread talks about a autohotkey script to type it out scripts in game for you:
http://www.computercraft.info/forums2/index.php?/topic/3673-use-the-text-editor-of-your-choice/
I have used autohotkey for gaming stuff in the past and this guys solution seems better than the others on the CC forum.
Using the macro you would get the editor ready, type edit "a program name"
example: edit fastx
then run the macro and it would type out the program in game from a text file on your local machine.
then you hit ctr and save and exit the program. Should be saved to that turtle.
Once you have it in game you might use a CC computer and floppy drive to copy it to other turtles.
place and right click it
Type: label set "name your turtle"
example: label set t1
With http enabled its a simple one line command using the build in turtle pastebin api.
To manually do it I think you can copy paste one line at a time using the in game editor.
or this thread talks about a autohotkey script to type it out scripts in game for you:
http://www.computercraft.info/forums2/index.php?/topic/3673-use-the-text-editor-of-your-choice/
I have used autohotkey for gaming stuff in the past and this guys solution seems better than the others on the CC forum.
Using the macro you would get the editor ready, type edit "a program name"
example: edit fastx
then run the macro and it would type out the program in game from a text file on your local machine.
then you hit ctr and save and exit the program. Should be saved to that turtle.
Once you have it in game you might use a CC computer and floppy drive to copy it to other turtles.