

  GoBraves is a tribute to the last two years of excellent performances
by the Atlanta Braves.  The program has the following features:

     1) Iconized tomahawk chops at the bottom of your screen.  Chopping
        speed may be adjusted in the About box.

     2) Double-click the icon to play one verse of the Braves Chant.
        (When the chant finishes, About box will appear).

     3) GoBraves is also a Drag-and-Drop client for the File Manager.
        Select a file (or files) and drag from the File Manager
        to the chopping icon.  You will be prompted that the file is
        about to be deleted (chopped up).  Click "No" button to cancel
        the delete operation.


GoBraves is written entirely in C using the MicroSoft C 7.0 compiler.
GoBraves may be distributed freely for non-comercial use.  Any donations
or correspondence may be sent to

      Brannon Manning
      1250 Tech Dr. NW #107
      Suite 405
      Norcross, Ga. 30093
      
I hope you enjoy the program.



Version Information
-------------------

1.0 - Initial release.

1.1 - Using the funtion CreateWindowEx with WS_EX_TOPMOST style caused
      problems with windowed DOS boxes and some applications requiring
      VBRUN.DLL.  I was unable to determine why, and suspect it could
      possibly be a Window's bug.  Since the CreateWindowEx function
      is required for applications serving drag/drop requests, I now
      call this function without the WS_EX_TOPMOST flag.
