This zipfile contains four Windows XP startup screens. Sadly, XP doesn't give
you animated loading stripes.

* Copy the one you want to use into your Windows directory, and rename it to
  BOOT.BMP.

* Open a command prompt, and type

	ATTRIB -R -S -H C:\BOOT.INI
	NOTEPAD C:\BOOT.INI

  Look for a line starting multi(0). At the end, add the options 
"/bootlogo /noguiboot". The complete file might then look something like this:

[boot loader]
timeout=5
default=multi(0)disk(0)rdisk(0)partition(1)\Windows
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\Windows="Microsoft Windows XP Professional" /fastdetect /bootlogo /noguiboot

* Save the modified BOOT.INI file.
* Back at the command prompt, type

	ATTRIB +R +S +H C:\BOOT.INI

* Reboot and marvel at your new loading screen.

http://www.seasip.demon.co.uk/index.html
