Put CLICK.EXE and CLICK.INI in a directory in your path. Your
\CLIPPER5\BIN directory would be fine.
The first time you run Click!, you will be asked to scan your
library files. Click! defaults to scanning your environment for
directory references. You can change this default behaviour by
setting the appropriate section of CLICK.INI.
// options are ENVIRONMENT, (specified path), DRIVES
MAKE_CLICK_DBF_FROM=ENVIRONMENT
//MAKE_CLICK_DBF_FROM=C:\CLIPPER5\LIB;E:\GRUMP52\LIB;F:\FUNCKY\LIB
//MAKE_CLICK_DBF_FROM=DRIVES
// This is only used if you select DRIVES above.
// It limits the directory depth that recursion will traverse.
RECURSION_LIMIT=7
The CLICK.DBF file will build automatically.
If you need to rebuild the library list due to adding or deleting
library files run Click! with one of the following parameters.
CLICK /REBUILD <Enter>
CLICK /UPDATE <Enter>
CLICK CLICK.DBF <Enter>
If you are using CA-Clipper 5.3, then copy CLICK53.INI to
CLICK.INI and then copy it into your directory which contains
CLICK.EXE.