The source code for several functions is contained in this archive. All functions were written under Power C 2.2.0 by MIX Software. Each function is documented internally. The dirsel function (contained in file DIRSELF.C) calls the menubox (contained in file MENUBOX.C) function. If you combine the object files for these functions using the MERGE.EXE program, be sure and add the DIRSELF.MIX file AFTER you have added the MENUBOX.MIX file to the library. (This will make linking go faster.) Likewise, the colortime function calls the colortext function, so be sure to add COLORTIM.MIX after COLORTXT.MIX. All files will compile under all three memory models. If you MERGE the individual source files into a library named CJSLIB?.MIX, where ? is replaced by S, M, or L depending on memory model, the enclosed header file (CJSLIB.H) can be used in lieu of individual file declarations. You must have Version 2.0 or later of Power C to make use of this header file's #pragma library declaration. The files LIBRARY.BAT and LIBRARY.MAK can be used, along with the MERGE utility from Mix Software, to automatically create function libraries. Chuck Steenburgh 72330,1776 Power C Users Group IBMPRO