The following is a list of the files contained in the 'CTS30#1.ZIP' and 'CTS30#2.ZIP' archives. Documentation files CTS.TXT -- Documentation for the Contact Tracking System UPGRADE.TXT -- Instructions for upgrading a previous CTS version COPYON.DOC -- The documentation to the 'COPYON.COM' utility. SWAPMEM.DOC -- The documentation to the 'SWAPMEM.COM' utility. Executable files COPYON.COM -- A public domain utility used in backing up data. SWAPMEM.COM -- A utility that swaps memory to disk Menu files CTS.FOX -- The main menu. FIL-M.FOX -- The files menu. REP-M.FOX -- The reports menu. UTIL-M.FOX -- The utilities menu. Update files CON-U.FOX -- The contact and status update module. STAT-U.FOX -- The status update module. FIL-U.FOX -- The files update module, also called the files utility. TYPE-U.FOX -- The types update module. Report files CALENDAR.FOX -- The calendar report. LABELS.FOX -- Used for the 1UP, 2UP, phone, and numbers reports 1UP.LBL -- The 1UP labels format 2UP.LBL -- The 2UP labels format NUMBERS.LBL -- The names and numbers report PHONE.LBL -- The phone and address report EMPTY.LBL -- Used as a starting point for user defined label formats STATUS.FOX -- The status, phone, and address report WPMERGE.FOX -- The report that produces a WordPerfect "secondary merge" file Utility files BACKUP.FOX -- The backup utility. CONFIG.FOX -- The configuration utility. INDEX.FOX -- The index utility. Miscellaneous files DIALER.BIN -- An assembley routine for dialing a phone number ERROR.FOX -- A routine for handling runtime errors. EXTERNAL.FOX -- A routine for transferring control to an external program LIBRARY.FOX -- A library of commonly used routines. Database files EMPTY.DBF -- Used in creating new CONTACT files FILES.DBF -- Contains names and descriptions of CONTACT files. ALL.DBF -- A master file, containing all contacts. ALL.DBF -- Contains all contacts BUSINESS.DBF -- Contains business contacts. JOB.DBF -- Contains job contacts. MISCELLANEOUS.DBF -- Contains miscellaneous contacts. PERSONAL.DBF -- Contains personal contacts. HOLD.DBF -- Contains contacts held for further action. EMPTY.DBF -- Used for creating new CONTACT files. STATUS.DBF -- Contains events which may be related to contacts. TEXTLINE.DBF -- Used in meno field operations. The Contact and STATUS 'DBF' files have associated files with a '.DBT' extension, which contain memo text. Index files have the same names as database files but 'IDX' rather than 'DBF' extensions. Files with a 'TMP' extension are temporary files used in the conversion process from an earlier version of CTS. They do not take much space, but you may delete them, if you wish, after any conversion has been done. The demo version of CTS loads the 'CTSDEMO.BAT' batch file. It uses the demo version of Foxbase. These files have a 'FOXPLUS' name and various extensions. The full version of CTS loads with the 'CTS.BAT batch file. It uses the runtime version of Foxbase. These files have a 'FOXPRUN' name and various extensions. The Foxbase files do not actually have to be in the directory in which CTS is installed. Though this is the simplest installation, they may instead by located in any directory that is on the DOS path. For example, you might create a directory called 'C:\RUN' in which you copy the runtime version of Foxbase. You might then place the 'CTS.BAT' file in a directory in which other batch files are also located. You must then add the appropriate commands at the be beginning of the batch file so that it changes to the CTS directory. For example, your batch file might look like this: @ECHO OFF C: CD\CTS SET CTS=%1 FOXPRUN CTS