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

CC HELP

Started by DusterTheFirst, 14 May 2015 - 10:15 PM
DusterTheFirst #1
Posted 15 May 2015 - 12:15 AM
How Do You Copy Code From CC FTB to note pad?
Edited on 14 May 2015 - 10:20 PM
KingofGamesYami #2
Posted 15 May 2015 - 12:22 AM
the ingame command for copying files is

>cp <file> <newFile>

The most common way code is place on a computer is the use of pastebin, and the in-game pastebin program.

>pastebin get <code> <name>
>pastebin put <name>

As for copying between computers, you can either put your code on pastebin, or put the file on a floppy disk using the cp command.
DusterTheFirst #3
Posted 15 May 2015 - 12:34 AM
the ingame command for copying files is

>cp <file> <newFile>

The most common way code is place on a computer is the use of pastebin, and the in-game pastebin program.

>pastebin get <code> <name>
>pastebin put <name>

As for copying between computers, you can either put your code on pastebin, or put the file on a floppy disk using the cp command.

no i mean like to notepad
KingofGamesYami #4
Posted 15 May 2015 - 12:38 AM
It is impossible to copy/paste code to the clipboard, but you can (if you are on a single player world) find and open the file.

The file should be in .minecraft/saves/your_world_name/computers/computer_id.
Bomb Bloke #5
Posted 15 May 2015 - 01:17 AM
… and if you're playing on a server where you don't have direct access to the world-save, then you use "pastebin put <filename>" (as detailed above), then copy and paste the code from the URL this gives you to your text editor of choice.
DusterTheFirst #6
Posted 15 May 2015 - 09:02 PM
THX