This file (OTSRC.ZIP) contains the source code for OpenTrap, which was
created using Microsoft Visual C++ Version 4.0. To use this
file, you must unzip it using PKUNZIP's -D option so that the proper
directory structure is maintained. You can unzip this file to any
empty folder you like, as long as you specify the -d option. Once the files
have been extracted, use the following steps to load the project:

1. Start Microsoft Developer Studio (MSDEV).
2. Select "Open Workspace" from the "File" menu.
3. Change the "Files of Type" box to show "Makefiles (*.MAK)". This archive
   does not include a Project Workspace (.MDP) file because that file
   contains information (which document files were open, window layout, etc.)
   that are unique to the author's working environment. MSDEV will
   automatically create a correspoding .MDP file appropriate for _your_ system
   when you close the OpenTrap project.
4. Navigate to the folder where you unzipped the files.
5. Select "OPENTRAP.MAK" and click OK.
