Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear()
- term.setCursorPos(1,1)
- print("welcome to program installer v1.2.1")
- print("this program installs a file from Pastebin.com to you DankOs directory")
- print("future verisons will automaticly set link to your program into the programs folder of you home menu")
- print("please type the pastebin code into the space provided")
- shell.run("cd","DankOs")
- Paste = read()
- print("what is the file name?")
- Name = read()
- shell.run("pastebin get ",Paste,Name)
- shell.run("cd","..")
- shell.run(".menu")
Advertisement
Add Comment
Please, Sign In to add comment