Posted 28 August 2012 - 04:29 AM
What can I do for the monitor do not clean when I restart my server ?
I am using this code:
mon=peripheral.wrap("top")
mon.clear()
mon.setCursorPos(1,1)
mon.write("Frist line…")
mon.setCursorPos(2,2)
mon.write("Second line…")
My server restart all day automatic and I need open the computer end execute this program again.
I am using this code:
mon=peripheral.wrap("top")
mon.clear()
mon.setCursorPos(1,1)
mon.write("Frist line…")
mon.setCursorPos(2,2)
mon.write("Second line…")
My server restart all day automatic and I need open the computer end execute this program again.