This program uses the outstanding API for PB/DOS 3.5. The API is called
"PBAPI10.ZIP" and was written by Gary Price.

This program requires a configuration file, which MUST be called
SETPATH.DAT. The program can be called from the DOS Path, but the
required DAT file must ALWAYS be in the same directory as SETPATH.EXE.

The purpose of this program is to change the SYSDAT2.DAT file's information
in ALL of the nodes. The SYSDAT2.DAT file is used to store the path to
node 1's main directory. This is ONLY needed if you change your the
directory names for your nodes' main directories, or if you change the
directory name for node 1, or if you change the drive that the BBS
resides on.

The SETUP.DAT takes the following format:

<path to Node 1's main directory>
<path to next node's main directory>
<path to next node's main directory>

etc.

Note that the first line MUST be Node 1's main directory, because that is
the path that it will store in each of the node's SYSDAT2.DAT. The rest of
the lines don't have to be any particular order. In other words, line
2 can be for node 5, line 3 can be for node 2, etc.

This program doesn't take any command line arguments.

