Posted 26 February 2012 - 06:23 PM
I'm experimenting with floppys and i was wondering is there any way to copy a file from a floppy to a computer on startup
Thanks your amamzingOn the floppy, make a new file called 'startup'
Then, type this code in:
fs.copy("disk/PROGRAM", "program")
This basically copies the program PROGRAM from the floppy and puts it into the computer as program.
Hope this helps!