Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
ON THIS PAGE
|
...
Code Block | ||
---|---|---|
| ||
package = CreateObject("roBrightPackage", "SD:/autorun.zip") package.Unpack("SD:/") MoveFile("SD:/autorun.zip", "SD:/autorun.zip_invalid") RebootSystem() |
Unpacking Encrypted Archives
If the autorun.zip file is encrypted, then the player uses the password stored in the registry, in the section "security" under the name "autozipkey," to decrypt the file.
...