aesom_e

Computercraft OS (DOCUMENT CREATOR)

Jun 19th, 2021 (edited)
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1, 1)
  3. write("Enter name of file: ")
  4. file = read()
  5. shell.run("cp OS/blankfile Documents/" .. file)
  6. shell.run("OS/docedit")
Add Comment
Please, Sign In to add comment