Posted 25 February 2012 - 07:28 PM
Well, i want to put a file in rom/autorun since that will execute it automaticlly as i require that.
I use
3rd line errors out with ACCESS DENIED and 5th line errors out because of this.
Are there any workarounds?
I use
shell.run("cd", "..")
shell.run("cd", "rom")
shell.run("mkdir", "autorun")
shell.run("cd", "..")
shell.run("copy", "logon/autorunfile rom/autorun")
3rd line errors out with ACCESS DENIED and 5th line errors out because of this.
Are there any workarounds?