Advertisement
JoeNoIce

startup

Jun 3rd, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. term.setCursorPos(1,1)
  2. term.setBackgroundColor(colors.blue) --not a string
  3. term.setTextColor(colors.red) --still not a string
  4. term.clear()
  5.  
  6. textutils.slowPrint("Welcome to BetaTest OS V-0")
  7. textutils.slowPrint("\nWelcome Alpha Tester")
  8. write("\n\n")
  9. shell.run("test")
  10. shell.run("guieditor")
  11. --shell.run("shell")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement