GETNOTES:
  Read the project notes from a BC++ 3.1 or TC++ 3.0
project and write them to a separate text file.

USAGE:
  GETNOTES must be run from the directory where the
project resides:
    getnotes myproj.prj

EXPLANATION:
  The command:
    getnotes myproj.prj
  will create a new file called myproj.not.
  This file can be added the BC++ 4.0X project file which
  was created from the older myproj.prj.  The .not node should
  be excluded from any source pool or compilation/link
  operation.
