View Single Post
  #1 (permalink)  
Old 05-30-2009, 04:43 PM
coolsac32's Avatar
coolsac32
Regular 'Geeker
Offline
 
Join Date: Dec 2007
Posts: 374
Reputation: 1550
coolsac32 is halfway to VIP status based on repcoolsac32 is halfway to VIP status based on repcoolsac32 is halfway to VIP status based on repcoolsac32 is halfway to VIP status based on repcoolsac32 is halfway to VIP status based on repcoolsac32 is halfway to VIP status based on repcoolsac32 is halfway to VIP status based on repcoolsac32 is halfway to VIP status based on repcoolsac32 is halfway to VIP status based on repcoolsac32 is halfway to VIP status based on repcoolsac32 is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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.
im using ervius visual kitchen
__________________
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.
Reply With Quote