home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d09xx / d0948.lha / Snoopy / Ini / Examples / config.ini < prev    next >
INI File  |  1993-12-20  |  237b  |  14 lines

  1. ;INI
  2.  
  3.  
  4. [menus]
  5. ; this section describes the menu for INI-CONFIG.C
  6. ; title syntax : title=<string>
  7. ; (sub)item syntax : (sub)item=<string>,<hotkey>,<function>
  8. ; label syntax : label
  9.  
  10. title=Project
  11. item=About,,about
  12. label
  13. item=Quit,Q,quit
  14.