jingjing
May 8 2004, 12:17 PM
How do you make a shotcut for each of the backup'd games and apps that I have. Is there a way to hard code this in the XboxMediaCenter.xml file? ex: "f:\games\madden 04\default.xbe". Like evox, you could code a simple name for a long file.
triggernum5
May 8 2004, 07:37 PM
<!-- my programs bookmarks !-->
<myprograms>
<bookmark>
<name>Apps</name>
<path>E:\Apps\</path>
</bookmark>
<bookmark>
<name>Games</name>
<path>F:\Games</path>
</bookmark>
<bookmark>
<name>DVD</name>
<path>D:\</path>
</bookmark>
</myprograms>
Edit this part of the .xml file to get access via Bookmarks. This allows you to sort easier. If you insist on scanning for shortcuts, then it will search the whole drive for xbe's with a name in their header, and skips others. After that you can hand sort them and create missing/new ones simply by adding text files with the info to the shortcuts directory. I don't find the scan for shortcuts feature nice at all, but bookmarks work great.