home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / database / dbx131.zip / CL501MIN.LNK < prev    next >
Text File  |  1993-06-24  |  881b  |  25 lines

  1. #
  2. #  CL501MIN.LNK - Clipper 5.01 Clipper/Extend Script
  3. #
  4. #  Minimal overlaying - overlay most of EXTEND.LIB except TBROWSE
  5. #
  6. #  This script must be included outside of any BEGINAREA / ENDAREA commands
  7. #  and after all libraries except LLIBCA if it is being used.
  8. #
  9. #  NOTE: for ease of use this script should be stored in your library
  10. #  directory, (the directory pointed to by the LIB environment variable),
  11. #  which will allow Blinker to find the script without you having to
  12. #  specify a full path.
  13. #
  14. lib clipper                   #  Main part of CLIPPER goes in the root
  15. beginarea
  16.    lib extend                 #  Overlay all of EXTEND
  17. endarea
  18. #
  19. mod tbrowse0                #  Uncomment these three lines
  20. mod tbrowse1                #  to speed up TBROWSE and DBEDIT
  21. mod linelen                 #  by forcing them to the root.
  22. #
  23. lib dbfntx
  24. lib terminal
  25.