Advertisement
FishtoastleProgramer

DankOs uninstal program

Apr 11th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. print("to uninstall a program. please typr in the name of program down below")
  4. Q = read()
  5. print("deleteing program")
  6. shell.run("delete",Q)
  7. print(Q.."has been removed from this Os...")
  8. print("have a nice day")
  9. sleep(2)
  10. shell.run("cd","..")
  11. shell.run(".menu")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement