Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --this script Displays all Text stored in the specified file on the Screen
- local FileName = "n"
- term.clear()
- term.setCursorPos(1,1)
- local h = fs.open(FileName,"r")
- print(h.readAll())
- h.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement