RegMaster is a program designed to allow distribution and marketing of software on-line, while still providing a level of copy protection.  RegMaster works in conjunction with a Delphi Unit named RegTest (Regtest.dcu).  The Unit is included with this program, as well as a sample of how to use the unit.  

The following files should be present:
DEMO.DCU
DEMO.DFM
DEMO.PAS
FILE_ID.DIZ
ORDER.TXT
REG.HLP
REGDEMO.DPR
REGDEMO.EXE
REGDEMO.OPT
REGDEMO.RES
REGMAST.EXE
REGTEST.DCU

The purpose of these files is as follows:

REGMAST.EXE is the program used to generate registration numbers.
REG.HLP is the help file for REGMAST.EXE.

REGTEST.DCU is the unit needed to add a registration function to your program.

REGDEMO.EXE is a compiled version of the program that shows how to use REGTEST.DCU.
REGDEMO.DPR is the Delphi project code for REGDEMO.EXE.
REGDEMO.OPT is the project options file for REGDEMO.DPR.
REGDEMO.RES is the resource file for REGDEMO.DPR.
DEMO.DCU is the unit used in REGDEMO.DPR.
DEMO.DFM is the form used in REGDEMO.DPR.
DEMO.PAS is the pascal file with explanations on how to use REGTEST.DCU, and is used to create DEMO.DCU.

FILE_ID.DIZ is the description in zip.
ORDER.TXT is the order form.

The REGTEST.DCU unit and the RegMaster program are very simple to use.  Simply put the REGTEST.DCU unit in the USES section of any program you are creating, then call either the TestReg or CountDays functions, or both.  The RegMaster program is very straight forward and includes a small help file which should answer any questions you might have.

