Posted 16 July 2012 - 01:17 PM
Hello,
Fixed!
I need a ID detector program, to add to my programs, for only the specific computers can start up determined programs.
example:
Fixed!
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