While building myself a nice little Windows 95 virtual environment, I figured I might choose to mix things up and use the boot logo from Windows 98 since I reckon it looks prettier. Wondering why I couldn't find the startup logo (or "logo.sys") amongst the CAB archives on my 98SE CD, I googled for information and discovered that apparently the default startup animation is hidden inside the system file IO.SYS. Only problem is that I don't know how to get it out of there. I looked at it (as well as its renamed equivalent "winboot.sys") through a hex editor and It doesn't appear to be in bitmap format, or at least not have the proper header to make it stand out easily. What's odd is that the Windows ME version - from playing around with the file on my ME CD and unpacking it with IO8DCOMP - has an obvious bitmap file inside that can be extracted easily (but is otherwise identical to "sulogo.sys"). So why is the pre-ME equivalent more difficult to deal with? I googled everywhere hoping someone had the same idea as me and received or gave out the answers I was looking for - the closest I got was with this guy on this very board, who rather unfortunately was ignored and the thread forgotten about relatively quickly. All I'm looking for is the means to extract this default logo/animation out of the file and NOT a guide on how to use a replacement "logo.sys" like most similar questions on the net ended with. I've read the odd suggestion that a utility or two exists that should deal with this, but nobody ever mentioned any names. Anyone care to help? Thank you.