Posted 19 March 2012 - 02:31 AM
I've been experimenting with the floppy disks and have been trying to read them with one of my computers,
i tried making a program to open them, but it never works. Here is what i tried
EDIT: I added more code for better options but i still dont know the code on how to read the data on the floppy disk.
Please help.
i tried making a program to open them, but it never works. Here is what i tried
EDIT: I added more code for better options but i still dont know the code on how to read the data on the floppy disk.
print("Opening...")
sleep(1)
print("Opening..")
sleep(1)
print("Opening.")
sleep(1)
term.write("Password?:")
if read("*") == ("BOB") then
print("Loading..")
sleep(5)
if disk.isPresent("bottom") then
if disk.hasData("bottom") then
print("DISK HAS DATA")
else
print("NO DISK OR HAS NO DATA")
end
end
end
it says bottom because that were my disk drive is. also i used the help and it said to do the "disk.hasData( side )".Please help.