Advertisement
FelixEckert

Untitled

Oct 22nd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. term.clear()
  2.  
  3. monitor = peripheral.wrap("right")
  4.  
  5. monitor.clear()
  6. monitor.setCursorPos(1,1)
  7. monitor.setTextScale(1.6)
  8.  
  9. print ("Monitor: 100%")
  10. monitor.write("SoFa File Manager 1.0")
  11. monitor.setCursorPos(4,3)
  12.  
  13. print("Loading .menu")
  14. shell.run("disk/.menu")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement