this command should be runcustomer, as if default it doesn't find the .txt its going to error out if i'm not mistaken.
Quote:
Originally Posted by mikee4fun
It does, you need to modify the lua file in System and use sdautrunuc
Here is how you can make SDAUTORUN compatible with RUNCC:
* Open RUNCC Package and open Runcc.lua in Notepad and add the below code at the end –
chk = oem.checkfileexist(“\\Storage Card\\Sdconfig.txt”)
if chk == 1 then
runcc.addrun(“RunDefault”, “run”, “\\Storage Card\\SDconfig.txt”)
end
* Now Remove the Reset command from the end of SDCONFIG.txt as the reset is controlled by RUNCC registry. Here is how the SDCONFIG.txt can be like:
LOCK:Enabled
CAB: \Storage Card\Cabs\Advancedv3.3.cab
CAB: \Storage Card\Cabs\Keyswop.CAB
Hopefully this will get you going
=)
|