Posted 18 April 2012 - 09:41 AM
is there a way to code some thing that stops startup disks form working?
but can we do it with in a normal program
but can we do it with in a normal programYes, see: http://www.computerc...p-disk-booting/
but can we do it with in a normal programYes, see: http://www.computerc...p-disk-booting/
while(true) do
event,param1,param2 = os.pullEventRaw()
os.startTimer(0.5)
shell.run("eject","left")
shell.run("eject","right")
shell.run("eject","front")
shell.run("eject","back")
shell.run("eject","top")
shell.run("eject","bottom")
end