Posted 20 November 2012 - 05:19 AM
I am trying to make a disk that will copy & replace some files
however it wont replace/delete startup
everytime it trys it gives me the reason
Install:1: Access Denied
here is my code:
fs.copy("disk/startup", "rom")
fs.copy("disk/password", "rom")
print("Installation complete!")
sleep(0.25)
print("Rebooting")
os.reboot()
however it wont replace/delete startup
everytime it trys it gives me the reason
Install:1: Access Denied
here is my code:
fs.copy("disk/startup", "rom")
fs.copy("disk/password", "rom")
print("Installation complete!")
sleep(0.25)
print("Rebooting")
os.reboot()