|
||||
Batch file commands for Htc rom tool?
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.
__________________
Donate or Thank me if you like my work.
Im not old enough to drink, but i do like red bull and reese's cups. |
|
|
|