term.clear()
term.setCursorPos(1,1)
term.setBackgroundColor(512)
print("                                                   ")
print("                                                   ")
print("                                                   ")
print("                                                   ")
print("                                                   ")
print("                                                   ")
print("                                                   ")
print("                                                   ")
print("                                                   ")
print("                                                   ")
print("                                                   ")
print("                                                   ")
print("                                                   ")
print("                                                   ")
print("                                                   ")
print("                                                   ")
print("                                                   ")
print("                                                   ")
print("                                                   ")

term.setCursorPos(1,1)
print("LabyOS - New OS")
term.setCursorPos(28,1)
print("Programm by DanielLaby99")
term.setCursorPos(1,2)
term.setBackgroundColor(colors.black)
print("                                                   ")
term.setBackgroundColor(512)

term.setCursorPos(15,5)
term.setBackgroundColor(colors.red)
print("       Registrierung:      X")
term.setBackgroundColor(2048)
term.setCursorPos(15,6)
print("                            ")
term.setCursorPos(15,6)
print("                            ")
term.setCursorPos(15,7)
print("                            ")
term.setCursorPos(15,8)
print("                            ")
term.setCursorPos(15,9)
print("                            ")
term.setCursorPos(15,10)
print("                            ")
term.setBackgroundColor(512)
term.setCursorPos(17,7)
term.setBackgroundColor(2048)
   


write("Dein Nutzername: ")
term.setCursorPos(17,8)
print("Dein Passwort  : ")
term.setCursorPos(34,7)
input1 = read()


         if input1 == "" then
term.setCursorPos(20,10)
		 shell.run("/Laby/Benutzer")
      else
      end
   






fs.makeDir("/Laby/user/"..input1.."")
term.setCursorPos(34,8)
   input2 = read("*")
   
   

   
         if input2 == "" then
term.setCursorPos(20,10)
		 shell.run("/Laby/Benutzer")
      else
      end
   
   

   fs.makeDir("/Laby/user/"..input1.."/"..input2.."")
term.setCursorPos(16,10)
print("Registrierung erfolgreich!")
sleep(2)
shell.run("/Laby/Benutzer")