Supershadow30 Posted December 24, 2013 Posted December 24, 2013 Yeah, because I can't find how to move a program from my computer to a floppy disk. It is inside a disk driver near to my computer. I checked the CC wiki and I still can't find how I move it...
KoalaKonundrum Posted December 27, 2013 Posted December 27, 2013 I am pretty sure that it in the computer, when there is a disk drive next to it and a disk is inside, all you have to do is say "move (name of the file) (name of directory)" The name of the directory is disk I think, but I have to get back to yoou on that. Try this using disk in the meantime. If not, then look at your directories and see what other directories are available in the computer. I haven't used computercraft in a while, so I'm a little rusty, but I'll get back to you quickly.
KoalaKonundrum Posted December 27, 2013 Posted December 27, 2013 Okay, the directory is disk. Just say "move(or copy depending on what you're doing) [Name of file] disk" Then to make sure the file is there change the directory to disk: "cd disk". Then look at programs and you should find the program there. To revert back to the main directory, simply say "cd os". To move this file off of the disk and onto another computer say "copy [name of file] os". You could use move, but that would take the program off of the disk. I hope this helped.
KoalaKonundrum Posted December 27, 2013 Posted December 27, 2013 Actually it would be "copy disk/[name of file] [name of file]" to put it back onto the main computer. And "cd os" doesn't work either, its "cd /". Sorry, I did tell you I was rusty.
Supershadow30 Posted December 27, 2013 Author Posted December 27, 2013 But it doesn't matter! I found on the wiki that the "os" have been replaced by "/". Thanks a lot!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now