Hello,

Fixed!

I need a ID detector program, to add to my programs, for only the specific computers can start up determined programs.

example:
id = os.getComputerID()

if (id == 20) then
print ("Acceso")

elseif (id == 21) then
print ("Acceso")

.
.
.

else
print ("Acceso denegado")
sleep(1)
os.shutdown()
end