home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / CLIPMN50.ZIP / CLIPUTIL.PRG < prev    next >
Encoding:
Text File  |  1987-10-29  |  332 b   |  12 lines

  1. PROC SETUP
  2. CLEA
  3. TEXT
  4. This procedure, "SETUP", is automatically called from the menu system generated
  5. by Clipmenu.  In it, you can set system configuration options any way you
  6. want to.  "UTIL" is appended to the first four letters of the system (in this
  7. case, "CLIP"), for the utility files.
  8. ENDTEXT
  9. inkey(0)
  10. CLEA
  11. RETURN
  12.