Quote:
Originally Posted by MightyMike
this command should be runcustomer, as if default it doesn't find the .txt its going to error out if i'm not mistaken.
|
Mike, I changed to that and I still got an error. Here is my runcc .lua:
chk = oem.checkfileexist("
\\Windows\\config_operator.txt")
if chk == 1 then
runcc.addrun("RunDefault", "run", "
\\Windows\\config_operator.txt")
end
chk = oem.checkfileexist("
\\Windows\\Manila.txt")
if chk == 1 then
runcc.addrun("RunExtra", "run", "
\\Windows\\Manila.txt")
end
chk = oem.checkfileexist("
\\Windows\\Config.txt")
if chk == 1 then
runcc.addrun("RunExtra", "run", "
\\Windows\\Config.txt")
end
chk = oem.checkfileexist(“\\Storage Card\\Sdconfig.txt”)
if chk == 1 then
runcc.addrun(“RunCustomer”, “run”, “\\Storage Card\\SDconfig.txt”)
end