hey do you have a list of batch file commands to get the Htcrt running smoothly in a kitchen environment because i keep getting a "project file does not exist error"
here is my .bat file:
HTML Code:
echo.
cd..
cd RELEASE_%device%
if exist "RUU_signed.nbh" del /q RUU_signed.nbh
if not "%errorlevel%"=="0" goto error
rem cd..
rem cd temp
echo executing HTCRomTool to build nbh file...
rem ---------------------------------------------------
..\Tools\htcrt /buildrom "%cd%\sacrom.htcrtproj" "%cd%\RUU_signed.nbh"
rem ---------------------------------------------------
if not "%errorlevel%"=="0" goto error
cd..
cd release_%device%
echo.
dir RUU_signed.nbh
echo.
im using ervius visual kitchen