This is a complete list of files that are required for the PifMaker
to work. Many of these files can be modified, and some have to be
modified in order to customize the PifMaker for the game. 

//--------------------------------------------------------------------//

_origin_.ico

This is the icon in which the shortcut is going to use. That is, it
will be the thing that the user will click on. It needs to be a standard
32x32 .ico file.

//--------------------------------------------------------------------//

MSG.COM

This is a text output file that is executed at the end of the 
autoexec.bat file in the PIF. The default one gives the user 
instructions on how to get back to Windows 95.

//--------------------------------------------------------------------//

_ORIGIN_.pif

This is the "fake" .PIF that is hexedited for each custom .PIF file.
This must not be changed.

//--------------------------------------------------------------------//

pic.bmp

This is the 640x480 bitmap that is displayed every for the PifMaker
dialog screen. It has all of the buttons that you will need built
into it. The hotspots are in the FILES.NFO file.

//--------------------------------------------------------------------//

general.nfo

This file has a vast amount of information including soundcards, scsi
cards, and certain Cd-Rom lines. Anything that needs to be searched for
on the hard drive can be scripted in here.

//--------------------------------------------------------------------//

files.nfo

The first four lines must contain the TopX, TopY, BottomX, & BottomY
coordinates for the four buttons in the program:

1st line are the coordinates for the hotspot for the "Create Shortcut"
2nd line are the coordinates for the hotspot for the "Create Bootdisk"
3rd line are the coordinates for the hotspot for the "Help" Button
4th line are the coordinates for the hotspot for the "Exit" Button

There must be three digits per coordinate; thus, "544,298,603,357" &
"000,000,000,000" are both valid, but "24,149,50,500" would not be
valid. To "take out" a button, just zero out the values.

The first part of this file goes through the Config.* masks and the
Autoexec.* masks. The second part of it goes over the Config.sys lines
that need to be put in. It also lists the Autoexec.bat lines that need
to go in. If you want the EMM386 line to load, then you can include
that here.

//--------------------------------------------------------------------//

pifmaker.exe

The executable. If you pass it "SHORTCUT" as a parameter, it will
simply make a shortcut without a bitmap interface.

//--------------------------------------------------------------------//

EAFILE.NFO

Data file that contains:
1st line is what you want to rename msg.com to in the Windows directory
2nd line is the name and path of the PIF that you want to create
3rd line is the name of the executable you are creating a shortcut for

//--------------------------------------------------------------------//

PIFMAKER.HLP

This is the help file that is called if the HelpButton hotspot is hit
