home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / beehive / zcat / vdo25b.lbr / VPATCH10.MQN / VPATCH10.MAN
Text File  |  1991-01-31  |  4KB  |  265 lines

  1.                   VPATCH 1.0  (C) 1985  James Whorton
  2.  
  3.  
  4.  
  5.  
  6.  
  7.   
  8.  
  9.  
  10.                              VPATCH vers. 1.0
  11.                       A patch utlity for VDO 2.5(a)
  12.                               June 27, 1985
  13.                               James Whorton
  14.  
  15.  
  16.   ########################################################################
  17.   #  This software is Copyright (C) 1985 by James Whorton. All Rights    #
  18.   #  Reserved. Permission is granted to distribute and use this software #
  19.   #  under the following conditions:                                     #
  20.   #                                                                      #
  21.   #   1. Distribution and use must be non-profit. No profit from this    #
  22.   #      software is allowed without the express written permission      #
  23.   #      of the author.                                                  #
  24.   #   2. Any modifications to the code must be cleared with the author   #
  25.   #      before a new release is made.                                   #
  26.   #   3. All copyright notices must be maintained in their present state,#
  27.   #      including display of said notices.                              #
  28.   #   4. Permission is NOT given to distribute copies of VDO 2.5(a) that #
  29.   #      have been patched using this software.                          #
  30.   ########################################################################
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.                                 1
  62.  
  63.  
  64.  
  65.  
  66.  
  67.                   VPATCH 1.0  (C) 1985  James Whorton
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.                               @@ Overview @@
  75.  
  76. VPATC╚á (Vd∩ PATCHer⌐ i≤ ß utilit∙ designeΣ t∩ allo≈ thσ applicatioε oµá ß ì
  77. serie≤á oµá patche≤ tha⌠ ╔ havσ iε minΣ fo≥ thσ VD╧á 2.5(a⌐á editor«á Thi≤ ì
  78. patch utility is written using Turbo Pascal 2.0. It may be used on any Z80
  79. CP/M 2.2 machine with a TPA of at least 44k.
  80.  
  81. T∩á usσ thi≤ utility¼á yo⌡ wil∞ als∩ neeΣ whicheve≥ oµ thσ .VP╘ file≤á yo⌡ ì
  82. wisΦ t∩ apply«á The∙ ma∙ bσ founΣ oε thσ system≤ listeΣ a⌠ thσ enΣ oµ thi≤ ì
  83. file.
  84.  
  85. The following files comprise this package:
  86.  
  87.  VPATCH10.OBJ  <<--  The compiled patch utility.
  88.  VPATCH10.MAN  <<--  This documentation file.
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.                                 2
  128.  
  129.  
  130.  
  131.  
  132.  
  133.                   VPATCH 1.0  (C) 1985  James Whorton
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.                                @@ Usage @@
  141.  
  142. To use the patcher, the following syntax is required:
  143.  
  144. VPATCH objectfile.ext patchfile.<ext>
  145.  
  146. Objectfile.ex⌠ i≤ thσ namσ oµ thσ edito≥ filσ t∩ bσ patched« Thi≤ filσ ma∙ ì
  147. havσ an∙ name¼ bu⌠ i⌠ mus⌠ bσ ß valiΣ VD╧ v2.5(a⌐ file« Iµ no⌠ thσ prograφ ì
  148. will inform the user and abort.
  149.  
  150. Patchfile.ex⌠ i≤ thσ namσ oµ thσ patcΦ filσ t∩ bσ applied« Iµ n∩ extensioε ì
  151. is given, the program will supply the .VPT extension.
  152.  
  153. Thσ optiona∞ forma⌠ VPATCH<cr> ma∙ bσ useΣ fo≥ ß brieµ usagσ display.
  154.  
  155. An∙á error≤ tha⌠ occu≥ durinτ executioε wil∞ producσ ß messagσ tha⌠á look≤ ì
  156. likσ this:
  157.  
  158.   -->╛ Erro≥ ║ (erro≥ message⌐ <<--
  159.    
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.                                 3
  194.  
  195.  
  196.  
  197.  
  198.  
  199.                   VPATCH 1.0  (C) 1985  James Whorton
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.                         @@ Future enhancements @@
  207.  
  208. ╔ wil∞ bσ writinτ quitσ ß fe≈ patcΦ file≤ t∩ bσ useΣ witΦ thi≤ utility«á ╔ ì
  209. hopσ tha⌠ througΦ thi≤ methoΣ ╔ caε hel≡ improvσ VD╧ anΣ makσ i⌠ a≤ usefu∞ ì
  210. a≤á possible«á ╔á welcomσá an∙á suggestion≤á a≤á t∩á futurσá patches«á An∙ ì
  211. suggestions made will be taken under consideration.
  212.  
  213. Iµ yo⌡ havσ an∙ suggestions«á comments¼á etc« pleasσ direc⌠ theφ t∩ mσ viß ì
  214. onσ oµ thσ followinτ methods:
  215.  
  216.  OBBS Remote Facility
  217.  (402) 346-4206
  218.  300/1200 baud, 24 hours (no answer if in use)
  219.  To: SysOp
  220.  
  221.  
  222.  PBBS
  223.  (402) 280-3023
  224.  300/1200 baud, 24 hours (no answer if in use)
  225.  To: James Whorton
  226.  
  227.  
  228.                              Enjoy!
  229.  
  230. -------------------------------------------------------------------------
  231. CP/M is a trademark of Digital Research, Inc.
  232. Turbo Pascal is a trademark of Borland International
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.                                 4
  260.  
  261.  
  262.  
  263.  
  264.  
  265.