--------------------------------------------------------------------------------
                           XBox Executable Renamer (XBER)
--------------------------------------------------------------------------------

Disclaimer:
-----------

  Use this tool at your own risk! Any damage to your PC, Xbox or whatever is at
your expense! You cannot hold me responsible for any damage done by the program
or the files it modifies. Now don't worry, I don't see that anything can go
wrong, but I just need to keep my back clear :)

  The program was written with my personal license of Borland Delphi 5 and
compressed with UPX. It supports Windows XP themes and was tested on XP Pro with
EvolutionX FTP Server and XBox Media Player with FileZilla FTP Server.


What:
-----

  XBE Renamer is a program which can modify the default Title Names for XBE's
(XBox Executables).
  Some XBE's have the strangest Title Names which is annoying if using features
like EvolutionX's or XBMP's autoadd applications/games.

  XBE Renamer reads the current Title Name from the xbe-file (usually named
'default.xbe'). It then enables you to change the Title Name and save it back to
the xbe-file. The application works both on xbe's on the harddrive and directly
on the Xbox via FTP access.


Usage:
------

  Open one or more files with the Open buttons. You can open both from harddrive
and Xbox (via FTP) at the same time. The open files are listed in the white box.
You can open as many files as you wish at a time. Files are added to the list so
you can open files from different folders.
  You can also scan for files in a given start folder and all the folders below.
Found xbe's are added to the list.
When you have opened all the files you wish to rename you select the first file
on the list. Press F2 or twice with the mouse and the grid enters edit mode.
  When you have edited a title name you press Enter and you can now use down
arrow to navigate and F2 to enter edit mode again. This way you can quickly
rename alot of titles at a time.
  When you have renamed to your satisfaction you press the Ok button. Now the
program processes all the files. And you are done!

  The Backup XBE option makes a backup of the original XBE before modifying it.
The backup will be namned <original filename>.BAK. Works both for harddrive and
FTP.


TODO:
-----

* Rename of Xbox name/nickname directly on Xbox. -DUMPED FOR NOW
  (http://xboxhacker.net/index.php?do=article&id=15&page=1)
* List of suggested default names. (Send them to me, I don't own every game or
  program out there). -LOW
* Shell integration (rename from properties) -LOW
* Remove /D/ from FTP access EvolutionX. -LOW
* Lowercase/Uppercase/First letter of word capitalised option. -LOW
* Get rid of hidden Location column. -LOW
 

Copyright:
----------

XBox Executable Renamer (XBER) is copyright 2003 Bleze.


Contact:
--------

  If you have bug-reports, suggestions or wish to donate, you can write to me on
the following email address: xberenamer@bleze.dk

  If you like this application and wish to see it grow with time or wish to see
other applications from me, please feel free to make a donation. A lot of hours
went into creating and testing this application.
  The application is, and will remain, free and you do not have to donate if you
don't can or wish to.


Regards:
--------

All the people who make the Xbox the coolest console on the market.

  Caustik for his XBox Executable Documentation which helped fixing problem with
some XBE's (fixed in 0.2).


History:
--------
0.7  02-13-2003 -Added option to include path in export list.
                -Fixed scan only DEFAULT.XBE from HDD bug.
0.6  02-05-2003 -Added access to multible Xboxes. Huge rewrite.
                -Added sorting of list.
                -Added export of list.
                -Fixed so .BAK files don't get listed in scan.
                -Fixed scaling problem.
                -Fixed modify flag when renamed back to original title.
0.5  02-04-2003 -Added support for scanning for xbe's on FTP.
                -Added scanning option for only 'default.xbe'.
                -Double click XBE-file adds it to list when file extension
                 installed.
                -Plus lots of little features.
0.4  02-03-2003 -Added support for scanning for xbe's on harddrive.
                -Added support for parameter.
                 Example: xberenamer.exe <filename.xbe>
                -Added registering of xbe file extension.
                -Added support for paste xbe-files from Explorer
                 (CTRL-V, SHIFT-INSERT).
                -Added support for drag+drop xbe-files from Explorer.
                -Resize window possible.
                -Only possible to start application once.
0.3  02-02-2003 -Added FileZilla/XBox Media Player support.
                -Added progressbar.
                -Fixed so same file cannot be added twice.
                -Added a few smaller features.
0.2  02-01-2003 -Added direct access to Xbox via FTP. Had to buy FTP component.
                -Added Options and About screens.
                -Fixed error in loading of XBE name. Some had different offset.
                 Renaming these would yield broken XBE. Sorry about this.
                -Added lots of new features and fixes.
0.1  01-31-2003 -Initial version.