View Single Post
  #2375 (permalink)  
Old 01-17-2010, 07:01 PM
icon123's Avatar
icon123
Regular 'Geeker
Offline
 
Join Date: Oct 2009
Posts: 327
Reputation: 215
icon123 is keeping up the good workicon123 is keeping up the good workicon123 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [ Kitchen ][ 1-11 ][ v1.4 ][ 23518 / 21888 / 21056 ] Calkulin's Visual WVGA Kitch

Quote:
Originally Posted by MightyMike View Post
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