NT Backhand Broadcaster

This package contains the following:

build.bat - Batch file for building the backhand broadcaster executables
            using the makefiles

install - The directory contains all the install scripts.
          It does not include compiled Backhand Broadcaster executable files.
          build.bat will copy the executable files to this folder when built.

makefiles - The directory contains all the make and dependancy files for the
            build.bat batch file.

pre-compiled install - The directory contains the install scripts and compiled
                       executable files.

source - The directory contains all the source code for the Backhand Broadcaster.

VC++ projects - The directory contains the Visual c++ project and workspace files
                for working in the vc++ IDE.

To install pre-compiled binaries go to the pre-compiled install folder and read the
readme.htm file.  These are the exact same binaries that would be built using the build
process detailed below.

To build

1) start up a dos window.

2) Setup a visual c++ environment. 
      This can be done by running either VCVARS32.BAT if you have Visual Studio.
      OR SetEnv.Bat if you have the microsoft platform SDK.
      Usually VCVARS32.BAT is found in c:\program files\microsoft visual studio\VC98\Bin
      Usually SetEnv.Bat is found in c:\program files\Microsoft SDK.
      SetEnv.bat can use command line switches to target different platforms.
      Run SetEnv.bat /? to get a list of command line options. Then run setenv.bat again
      with the options appropriate for your system.

3) Build the programs.

      Once that is done change directories to where the build.bat file is for backhand
      broadcaster.  Execute the build.bat file.

      This file will build release versions (not debug versions) of the backhand broadcaster
      executables and copy them into the install folder.

4) Read the install docs.

      You should read the readme.htm file for installation instructions.  The file
      is in the install and the pre-compiled install folder. They are both exactly
      the same.

Good Luck
Rob