View Single Post
  #1231 (permalink)  
Old 11-10-2009, 10:14 AM
z0mbiexx's Avatar
z0mbiexx
Zombway: Eat Flesh
Offline
Location: Sorry Vista, AZ
 
Join Date: Mar 2009
Posts: 916
Reputation: 2625
z0mbiexx is a VIPz0mbiexx is a VIPz0mbiexx is a VIPz0mbiexx is a VIPz0mbiexx is a VIPz0mbiexx is a VIPz0mbiexx is a VIPz0mbiexx is a VIPz0mbiexx is a VIPz0mbiexx is a VIPz0mbiexx is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [KITCHEN][ROM]->>Nov 9<<6.5 NK-23506-RZ Baseline TF3d 2.1 & Titanium

Quote:
Originally Posted by raidzero View Post
heres your solution
Code:
echo > SYS\%buildver%\Chome\_only_both >NUL
echo > SYS\%buildver%\Chome_DPI_192\_only_both >NUL
echo > SYS\%buildver%\Chome_Lang_0409\_only_both >NUL
echo > SYS\%buildver%\Bronze\_only_both >NUL
echo > SYS\%buildver%\BronzeNonEA\_only_both >NUL
echo > SYS\%buildver%\Bronze_DPI_192\_only_both >NUL
echo > SYS\%buildver%\Chome\_only_titanium >NUL
echo > SYS\%buildver%\Chome_DPI_192\_only_titanium >NUL
echo > SYS\%buildver%\Chome_Lang_0409\_only_titanium >NUL
echo > SYS\%buildver%\Bronze\_only_titanium >NUL
echo > SYS\%buildver%\BronzeNonEA\_only_titanium >NUL
echo > SYS\%buildver%\Bronze_DPI_192\_only_titanium >NUL
find that in the cmd file. remove the >NUL at the end of each line, apparently we can't do a redirection after a redirection.. make it look liek this

Code:
echo > SYS\%buildver%\Chome\_only_both 
echo > SYS\%buildver%\Chome_DPI_192\_only_both 
echo > SYS\%buildver%\Chome_Lang_0409\_only_both 
echo > SYS\%buildver%\Bronze\_only_both 
echo > SYS\%buildver%\BronzeNonEA\_only_both 
echo > SYS\%buildver%\Bronze_DPI_192\_only_both 
echo > SYS\%buildver%\Chome\_only_titanium 
echo > SYS\%buildver%\Chome_DPI_192\_only_titanium 
echo > SYS\%buildver%\Chome_Lang_0409\_only_titanium 
echo > SYS\%buildver%\Bronze\_only_titanium 
echo > SYS\%buildver%\BronzeNonEA\_only_titanium 
echo > SYS\%buildver%\Bronze_DPI_192\_only_titanium
I have fixed this in the kitchen and will be included in future nightly kitchens. I forgot to plug my laptop in last night and it hibernated, so there were no uploads last night
edited this in my kitchen.cmd thanks for the fix.
__________________
Reply With Quote