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

How do I paste large amounts of text into computer craft

Started by EthanMayerSweet, 23 December 2012 - 09:32 AM
EthanMayerSweet #1
Posted 23 December 2012 - 10:32 AM
I created a program for ComputerCraft, but the issue is it is 247 lines long
Is there a way to paste it into a program easily?

Thanks
NDFJay #2
Posted 23 December 2012 - 10:40 AM
if you have http enabled in computercraft you can upload your program to pastebin then use the pastebin get command in computercraft to download it
Doyle3694 #3
Posted 23 December 2012 - 10:46 AM
cc copy is also an option. look after it in the programs section.
remiX #4
Posted 23 December 2012 - 10:52 AM
What do you mean paste it into a program?
ChunLing #5
Posted 23 December 2012 - 05:16 PM
Probably to paste it into a program file created on a new computer in-game.
De Tronazox #6
Posted 23 December 2012 - 10:40 PM
Its easy enough to to. Make a .txt file in a text editor. Paste the code, save it in your /FTB/Saves/[Name of World]/computercraft/[Name of Computer]
and then delete the .txt after it.
KaoS #7
Posted 23 December 2012 - 11:22 PM
while solutions are great in this case they are also unnecessary as there have been hundreds of posts just like this. please search next time.

take a look at this thread, all new guys should read it as it would make everything a lot easier

example threads where this has been solved:
http://www.computerc...ste-multiplayer
http://www.computerc...r-tekkit-client

EDIT:

in case you are having difficulties searching the forums here is how I did it (always use advanced search)
Edited on 23 December 2012 - 10:36 PM