View Single Post
  #3036 (permalink)  
Old 03-18-2008, 06:17 PM
a1jatt's Avatar
a1jatt
Regular 'Geeker
Offline
 
Join Date: Dec 2007
Posts: 268
Reputation: 381
a1jatt is becoming a PPCGeeks regulara1jatt is becoming a PPCGeeks regulara1jatt is becoming a PPCGeeks regulara1jatt is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: No2Chem nueROM 2.0 (WM6.1) Thread

Quote:
Originally Posted by crwinger View Post
where in the batch file do i add this? and i can use boot.rgu out of the 5054 base kit?
im guessing somewhere in this range..... thanks a ton

@echo Building OS-new.nb...
@cd ..\Temp2
@start /wait ..\Tools\imgfstonb.exe imgfs.bin ..\ROM\8004000-OS.nb OS.nb.payload
@del imgfs.bin
@start /wait ..\Tools\nbmerge.exe -titan OS.nb
@del OS.nb.payload
@ren OS.nb OS-new.nb
@cd ..
@mkdir .\Output
@move .\Temp2\OS-new.nb .\Output
@cd .\Output
@echo .... Done.
Yes you should be able to use that boot.rgu file
it will be just before
@start /wait ..\Tools\nbmerge.exe -titan OS.nb

and the name of the input file will be os.nb.payload , so it will be something like ..\(name of the partion fixer tool) os.nb.payload
@start /wait ..\Tools\nbmerge.exe -titan OS.nb
Reply With Quote