FishtoastleProgramer

dank os install program

Apr 11th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.50 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. print("welcome to program installer v1.2.1")
  4. print("this program installs a file from Pastebin.com to you DankOs directory")
  5. print("future verisons will automaticly set link to your program into the programs folder of you home menu")
  6. print("please type the pastebin code into the space provided")
  7. shell.run("cd","DankOs")
  8. Paste = read()
  9. print("what is the file name?")
  10. Name = read()
  11. shell.run("pastebin get ",Paste,Name)
  12. shell.run("cd","..")
  13. shell.run(".menu")
Advertisement
Add Comment
Please, Sign In to add comment