term.setBackgroundColor(colors.lightGray)
term.setTextColor(colors.white)
shell.run"clear"
---
Bild = paintutils.loadImage("OS/program.img")
paintutils.drawImage(Bild,1,1)
---
term.setCursorPos(1,7)
term.setBackgroundColor(colors.lightGray)
print("Enter name of the Background you want to choose")
print("")
write("Name:")
name = io.read()
shell.run"cd //"
shell.run"cd BG"
shell.run('rom/programs/move/', name..'OS/d1.img') -- why doesnt work this ? The picture exist
--shell.run"cd .."
--shell.run"cd OS"
--shell.run"desktop"
Edited by Leon669, 21 February 2015 - 09:10 PM.












