This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
michielewiel's profile picture

premission

Started by michielewiel, 30 October 2012 - 06:31 PM
michielewiel #1
Posted 30 October 2012 - 07:31 PM
well for my program i need to copy and delete a file from my autorun.i do not have premission to do this . is there anyway to overwrite the premision and be able to do this with out having to do it manualy
zekesonxx #2
Posted 30 October 2012 - 08:00 PM
In the startup file simply use shell.run() to automatically run the program you want to run, no autorun folder needed!
ChunLing #3
Posted 31 October 2012 - 07:18 AM
Putting something in autorun would cause every computer on the server to have that program as a default startup program. If you're not running the server, then there's a good reason you're not allowed to do that.