This program is a utility to facilitate the process of making changes to the Windows start up logo. It is written for MS-Windows 3.1, and contains both a DOS and a Windows module, all within the same executable WINLOGO.EXE. If run from DOS, the DOS module executes and if run from Windows, the Windows module executes.
The Windows startup logo is actually just a bitmap, (in an RLE 4 encoded format) which is written into WIN.COM by Windows itself, or any other program, such as WINLOGO, that can make changes to the startup logo. The process is a bit involved if done through Windows, and is far from a straightforward business. With WINLOGO, it simply involves selecting an RLE encoded bitmap from the menu, and the program takes care of the rest. The whole process takes just about 5 seconds.