This is just a simple PMREXX rpocedure that plays some letter sounds and 
displays some letters.  In the process the player has to answer whether they match.

System requirements:
OS/2 operating system 
MMOS2 installed
RXU REXX DLL available from Hobbes

Installation:  
Unzip the file with the -d switch so that the pictures end up in the \pic directory 
and the sounds end up in the \wav directory.

USAGE:
  To start type 'PMREXX LETTERS.CMD' at a command line.
  If you want to create a program object use PMREXX.EXE as the program name
and x:\directory\letters.cmd as the command parameters.

Known Bugs:
  On occasion VB will not die upon program termination.  If this happens just close it.
I'm still working on the why of this one.

  VB.EXE must be located in the C:\MMOS2\ directory -- if for some reason you installed 
multimedia somewhere else then change the full_name variable to point to VB.EXE
Doing it this way saves from having to search for the location of VB.EXE which, 
depending upon your system, may be a lengthy search. 


Customization:
  All the pictures are stored in the \pic directory and sounds in the \wav directory.  Any
of these can be changed to any sound/picture file you wish to use. 
TIFF and WAVE files are used by default but even the file type can be changed within the
REXX procedure.  Just change the extension on the wavfile and picfile variables.

