home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Games / Disc1.iso / ADVEN / NONSEQ10 / NONSEQ.DOC < prev    next >
Text File  |  1996-06-27  |  2KB  |  81 lines

  1. NON-SEQUITUR
  2.  
  3.  
  4.                ''A mother is someone whose circle proposes itself. Be
  5.            careful with that, leper! It can consume terrestrial days
  6.            personally. A homeboy is someone whose mannequin kneads
  7.            itself. Where is my habit? I need it to copy hopelessly.
  8.            Isn't that accessed? Then the kid said, "Oh!" May I borrow
  9.            your tank? Mine seems to be russian inevitably.''
  10.  
  11.  
  12.  
  13.  
  14. This program is freeware, meaning it is under copyright
  15. *BUT* liscense is granted for free use and distribution
  16. of the program under the following conditions:
  17.  
  18.    1.  The program is not distributed in a modified form
  19.          (modifications include changes in size or content of
  20.          the program, and/or associated data/documentation files;
  21.          ZIP comments are permitted however.)
  22.    2.  No fee is charged, except distribution costs for shareware
  23.          and freeware vendors.
  24.  
  25.  
  26.  
  27.  
  28. Usage:  NONSEQ [parameters] [> outfile.ext]
  29.  
  30. Parameters:
  31.  
  32.   L=#,L#     Set length, # = approximate number of lines   [4]
  33.   W=#,W#     Set width,  # = number of characters/line     [79]
  34.   M=#,M#     Set margin, # = number of characters          [0]
  35.   I=#,I#     Set indent, # = number of spaces              [2]
  36.   C=#,C#     Set color,  # = color number                  [None/14]
  37.   H=#,H#     Set header color,  # = color number           [dependant]
  38.   !,INFO     Show info on loaded data                      [Off]
  39.   PR=#,PR#   Set the pause rate,     # = number of lines   [0]
  40.   FW=@,FW:@  Specify word-file,      @ = filename          [~NONSEQ.DCT]
  41.   FS=@,FS:@  Specify structure-file, @ = filename          [~NONSEQ.SEN]
  42.   Q          Turn on quiet mode (no "Non-Sequitur" header) [Off]
  43.  
  44. Examples:
  45.  
  46.     NONSEQ /L=20 -w=60 c=14 I4 !
  47.            (length 20, width 60, yellow, indent 4, extra info)
  48.  
  49.  
  50.     NONSEQ /FW:SMALL.DCT FS=NONSEQ.SEN -L100 pr20
  51.            (Small dictionary, force use of NONSEQ.SEN,
  52.             length 100, pause every 20 lines)
  53.  
  54.  
  55.  
  56.  
  57. Colors:
  58.  
  59.    0  Black
  60.    1  Dark Blue
  61.    2  Dark Green
  62.    3  Dark Cyan (blue-green)
  63.    4  Dark Red
  64.    5  Dark Magenta  (purple)
  65.    6  Brown
  66.    7  Light Grey
  67.    8  Dark  Grey
  68.    9  Bright Blue
  69.   10  Bright Green
  70.   11  Bright Cyan (blue-green)
  71.   12  Bright Red
  72.   13  Bright Magenta  (purple)
  73.   14  Bright Yellow
  74.   15  Bright White
  75.  
  76.  
  77.  
  78.  
  79.  
  80. For contact information, see NBONES.DOC
  81.