QUOTE(newiep2003 @ Aug 21 2006, 05:16 AM)

if you select dvd2xbox default.xbe as the dash board in the my programs section of the system blade, you can then click the right anologue stick bring up the shut down menu select dashboard and is shoul load dvd2xbox im trying to figure out how to change the 'dashboard' wording to dvd2xbox
oh an by the way this will also work if you select any default.xbe (game,app,dash,)
If u want to change the name from dashboard to dvd2xbox
open up your dialogbuttonmenu.xml and search for this
CODE
<control>
<description>Dashboard button</description>
<type>button</type>
<id>3109</id>
<posx>340</posx>
<posy>252</posy>
<width>350</width>
<height>59</height>
<texturefocus>guide-button-focus.png</texturefocus>
<texturenofocus>-</texturenofocus>
<onclick>XBMC.Dashboard()</onclick>
<onleft>3109</onleft>
<onright>3109</onright>
<onup>3108</onup>
<ondown>3110</ondown>
<font>font14</font>
*********<label>13006</label>***********
<textoffsetx>40</textoffsetx>
<textcolor>FF000000</textcolor>
<include>shadow-grey</include>
<animation effect="fade" delay="450" time="200">WindowOpen</animation>
<animation effect="fade" time="200">WindowClose</animation>
<animation effect="zoom" start="95" end="100" center="515,319" time="300" reversible="false">focus</animation>
</control>
change the <lable> text to <label>Dvd2Xbox</label>
im not 100% sure if it will work as i have not done it myself but thats how i made a name for the buttons i added so you can give that a try, good luck