funnybunnyofdoom

run

May 26th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. print("Please choose a program to run.")
  2. print("1)Notepad")
  3. print("2)Detect Devices")
  4. choice = io.read()
  5. choice = tonumber(choice)
  6. if choice == 1 then
  7. shell.run("/BunnyOS/Programs/Notepad")
  8. elseif choice == 2 then
  9. shell.run("/BunnyOS/Drivers/Util")
  10. end
Add Comment
Please, Sign In to add comment