Computer ID Shown at startup
id = os.getComputerID()
x,y = term.getSize()
term.setCursorPos(x-#tostring(id),1)
term.write("#"..id)
term.setCursorPos(1,2)
id = os.getComputerID()
x,y = term.getSize()
term.setCursorPos(x-#tostring(id),1)
term.write("#"..id)
term.setCursorPos(1,2)
Comments