home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / PUT_INTO.ZIP / PUT_INTO.DOC < prev    next >
Text File  |  1993-10-14  |  2KB  |  51 lines

  1.  
  2.  ╒═══════════════════════════════════════════════════════════════════════╕
  3.  │                                                                       │
  4.  │ PUT_INTO -- Put file into another -- Version V1.1 (Oct 14 1993)       │██
  5.  │ Copyright (c) Bram Snip 1990..1993                                    │██
  6.  │                                                                       │██
  7.  │ Usage: PUT_INTO <target_file> <file_to_store> <begin_mark> <end_mark> │██
  8.  │                                                                       │██
  9.  ╘═══════════════════════════════════════════════════════════════════════╛██
  10.    █████████████████████████████████████████████████████████████████████████
  11.  
  12.  
  13.   This utility can be used to update a file with the contents of the other
  14.   one.
  15.   The <file_to_store> will be placed between the <begin_mark> and <end_mark>
  16.   of the <target_file>. The old contents of the <target_file>
  17.   between <begin_mark> and <end_mark> will be replaced by the
  18.   <file_to_store>.
  19.   When <begin_mark> and <end_mark> are not found the markers with the
  20.   target text in between will be ADDED to the <target_file>.
  21.  
  22.  
  23.   Example:
  24.  
  25.  
  26.     Old Target file           File to store        New target file
  27.    ┌─────────────────┐       ┌─────────┐          ┌─────────────────┐
  28.    │Line_1           │       │This text│          │Line_1           │
  29.    │Line_2           │       │  will   │          │Line_2           │
  30.    │Line_3           │   ┌── │   be    │          │Line_3           │
  31.    │USERGIVENMARKER_1│   │   │ stored  │          │USERGIVENMARKER_1│
  32.    │ ..              │   │   │Capiche? │         ░│This text        │
  33.    │ SOME_DATA       │ <─┘   └─────────┘         ░│  will           │
  34.    │ ..              │           │            ┌─>░│   be            │
  35.    │USERGIVENMARKER_2│           │            │  ░│ stored          │
  36.    │Line_n-1         │           └────────────┘  ░│Capiche?         │
  37.    │Line_n           │                            │USERGIVENMARKER_2│
  38.    └─────────────────┘                            │Line_n-1         │
  39.                                                   │Line_n           │
  40.                                                   └─────────────────┘
  41.  
  42.  
  43. Support the shareware concept!. If you like this program you may
  44. donate a very small fee of $5 or more to:
  45.  
  46.     Bram Snip
  47.     Giro account 5148802
  48.     The Netherlands
  49.  
  50.  
  51.