install:
	-put launch.xex in the root of your hard drive's content partition
	-put launch.ini in the root of your hdd content partition and/or usb root
	-add the included patches to freeboot/xbr patchset (there is a bonus xex region free patch 
		in there for those who don't have it)
	-this may help with patches: http://www.xboxhacker.org/index.php?topic=14348.0

what it does:
	waits for bootanim to finish, then launches a xex or con as defined in ini file (you don't see NXE dash)

the ini file:
	-it's possible to have two ini files, one on hdd and one on a usb device, the USB ini takes
	priority over the hdd one, so console behaviour can be changed by adding/removing usb device
	(** it is NOT recommended to launch USB con/xex from hdd ini **)
	
	-MUST be plain ASCII text, the first character of the file MUST be the start of a path to a xex
	or con, the last character after the path must be a semicolon ; there are no spaces allowed and everything
	after the semicolon will be ignored.
	
xex source is included

caveats:
this is presented as-is, any risk is solely the end users responsibility. While all of us are sorry
when unforseen things happen, not every situation or mistake can be accounted for before they have been spotted.

thanks:
Big thanks to all the users who are helping eachother figure out ways to use these new patches and sorting through
any issues that arise. Be aware, as many problems as you can find we can try to address - above all, enjoy!

Big thanks to those who opened the way and those who made it even more usable. Huge thanks to the other members
of XeDev who constanly put up with my antics, I need SOMEWHERE to practice being a downtown mumbler!



	
brought to you by XeDev
http://xedev.xbins.org/
and of course [cOz]




v0.02 changes
- added a small delay so XBR users who want to launch a con from launch.xex can
- implemented a simple ini file parser and fileExist
- auto detects LIVE and XEX2 to use the appropriate launch method
- fails to dash reliably now

v0.01
-initial release