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

How to get programs from disks?

Started by Azhf, 09 March 2013 - 10:37 AM
Azhf #1
Posted 09 March 2013 - 11:37 AM
Sorry if I am spamming it up XD but anyways, I have a program on my disk that I want to let's say open on notepad. How do I do this? XD Sorry that I need so much help.
LuaEclipser #2
Posted 09 March 2013 - 11:51 AM
Easy, go into
%appdata%
2.press .minecraft
3. go into saves folder
4.go into your world name folder
5.go in to computer folder
6.go into disks
6.go in to your disk (id)
7.find the porgram


ANOTHER WAY
type in <in the computer> pastebin put <FILENNAME>
Azhf #3
Posted 09 March 2013 - 11:55 AM
Thanks! ^_^/>
LuaEclipser #4
Posted 09 March 2013 - 11:59 AM
That way will also work for putting programs ON the disk. just make sure the disk is not in the computer
ChunLing #5
Posted 09 March 2013 - 06:08 PM
Why? The computers don't mind if you do that to their files while they're running.
Engineer #6
Posted 10 March 2013 - 01:10 PM
You can also do it in code

for k,v in pairs( fs.list('/disk/')) do
  fs.copy('/disk/'.. v, '/' .. v )
end

not tested though
Requirements, disk drive with floppy on any side of the pc

Lol I have to pay attention while reading questions