home *** CD-ROM | disk | FTP | other *** search
/ Game Developers Magazine 1 / GDM001.ZIP / EXEMENU.DOC < prev    next >
Text File  |  1993-07-03  |  3KB  |  90 lines

  1.  
  2.  
  3.  
  4.                                  - EXEMENU -
  5.  
  6.                               Quick Menu Maker
  7.                                     v2.0
  8.  
  9.                           (c) Kevin Solway, 1993.
  10.                               PO Box 207,
  11.                               Australia 4067
  12.  
  13.  
  14.  
  15.   This program makes a menu (sorted alphabetically) out of the .EXE
  16.   files (other than itself) found in same directory as itself.
  17.  
  18.   This program is specially designed for use with programs like
  19.   Textlife, Bigtext, and Breeze (by the same author).  Textlife and
  20.   Bigtext create executable self-displaying text programs.  If you
  21.   are distributing numerous such .EXE files then EXEMENU can be
  22.   used to simplify and control their execution.
  23.  
  24.  
  25.   You can optionally create a text file called EXEMENU.CFG
  26.   specifying screen colours, menu titles, and whether to
  27.   pause after executing a program.
  28.  
  29.   You can also specify special text to use for a menu entry
  30.   as an alternative to the program file name.  See "Special
  31.   menu entry text" below.
  32.  
  33.   For example, the file might contain the following lines:
  34.  
  35.      1
  36.      Computer Magazine
  37.      July, 1992
  38.      no pause
  39.  
  40.   Colour options are 1..7.  The above example will create a menu
  41.   out of all .exe files (except itself) in the current directory,
  42.   using colour option 1, with the specified title and sub-title,
  43.   and not pausing after executing programs. You may also specify a
  44.   sub-sub-title if you please.
  45.  
  46.  
  47.  
  48.   - SPECIAL MENU ENTRY TEXT -
  49.  
  50.   Rather than having the program create a menu of simply the names of
  51.   the .EXE files, you can specify the text which is to appear on the menu
  52.   instead of the file name.
  53.  
  54.   In the configuration file you must specify the text which is to
  55.   replace a file name.  This instruction must be of the form
  56.  
  57.                 filname.exe = Text to appear on menu
  58.  
  59.   For example, the configuration file might contain the following lines:
  60.  
  61.      1
  62.      Computer Magazine
  63.      July, 1992
  64.      no pause
  65.      c3.exe = Execute Control 3 file manager
  66.      qmem.exe = System Memory Report
  67.  
  68.   When you use this method any .EXE files which are not mentioned in
  69.   configuration file will not appear on the menu.  That is, the menu
  70.   will only contain the entries and the text you have specified.
  71.  
  72.   If you specify text in the configuration file, but the associated
  73.   .EXE file is not found when the menu program is run, then that text
  74.   will not appear on the menu.
  75.  
  76.   You can make a maximum of 20 such specifications.
  77.  
  78.   The maximum length of a text instruction to appear on the menu is 40
  79.   characters (half a screen width).
  80.  
  81.  
  82.  
  83.   - Renaming EXEMENU.EXE -
  84.  
  85.   You may rename EXEMENU.EXE to any name you wish (such as GO.EXE),
  86.   but the configuration file must always be named EXEMENU.CFG
  87.  
  88.  
  89.  
  90.