Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --App Error Prompt - APp Not Found
- --this program just tells the user the app they are trying to use doesnt exist, and returns them back to the menu
- term.clear()
- term.setCursorPos(1,4)
- print("APP NOT FOUND")
- print("PLEASE REPORT THIS TO ANY AVAILABLE ADMINISTRATION!")
- print("you will be returned back to the menu in 10 seconds")
- sleep(10)
- term.clear()
- term.setCursorPos(1,1)
- shell.run("ApertureOS_Base")
Add Comment
Please, Sign In to add comment