home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / misc / replace.lbr / REPLACE.DZC / REPLACE.DOC
Encoding:
Text File  |  1993-10-25  |  2.6 KB  |  83 lines

  1. [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
  2. []                                    []
  3. []                Documentation for                []
  4. []                                    []
  5. []        "REPLACE -- a Utility Replacement Program"        []
  6. []         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~        []
  7. []                   REPLACE.BAS                []
  8. []                                    []
  9. []                    by                    []
  10. []                Richard S. Altman                []
  11. []                                    []
  12. []                   Feb. 15, 1990                []
  13. []                                    []
  14. []   COPYRIGHT (c) 1990 by Richard S. Altman.    All Rights Reserved.    []
  15. []                                    []
  16. [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
  17.  
  18.  
  19.  
  20. USER SUPPORTED
  21. --------------
  22.  
  23.     This program is user-supported software.  It is copyrighted and cannot 
  24. be sold for profit (without the author's express written permission),  but 
  25. it may be copied and distributed for free.
  26.  
  27.     The  SHAREWARE  concept is a  distribution method  that dispenses with 
  28. heavy  marketing/advertising costs and gives the user the  opportunity  to 
  29. try a software program before buying.   Its continued existence depends on 
  30. each user paying for what he does, in fact, use.
  31.  
  32.     If you find this program [REPLACE.BAS] useful, please send the $20 (or 
  33. more) registration fee directly to the author:
  34.  
  35.                Richard S. Altman
  36.                 P.O. Box 4388
  37.                 Clearlake, CA 95422-4388
  38.  
  39.      Upon registration,  you will receive a floppy diskette  containing the
  40. latest version of this program, as well as a compiled version and a printed
  41. manual detailing its  uses  and  specifications.   You will also receive an
  42. original  Blackjack  program,  a FREE calendar printing program,  and other 
  43. programs by the same author.
  44.  
  45.      WHEN ORDERING,  please be sure to indicate  single or double  density 
  46. disk drive,  and the name of the program [REPLACE.BAS].   Comments on pro-
  47. grams are also most welcome!
  48.  
  49.      Due to  possible unforeseen circumstances,  the above offer is subject 
  50. to change without notice. 
  51.  
  52.  
  53.  
  54. HOW TO USE
  55. ----------
  56.  
  57.     "REPLACE" is a very straightforward program.  It will search any ASCII-
  58. formatted MBASIC program for any strings you want to FIND and REPLACE.  (It 
  59. must be an MBASIC program,   rather than a .DOC program,  because each LINE 
  60. NUMBER for a successful search/replace is saved for later screen display or 
  61. printing.)
  62.  
  63.     NOTE:  The REPLACE procedure is much faster for a single string search.
  64.                                     ~~~~ ~~~~~~       ~~~~~~
  65.  
  66.  
  67. STARTUP PROCEDURE
  68. -----------------
  69.  
  70.     (1) Make sure you have a copy of MBASIC.COM
  71.  
  72.     (2) Copy REPLACE.BAS to the drive containing MBASIC.
  73.          ~~~~~~~~~~~
  74.     (3) Type: MBASIC REPLACE<cr>  etc.
  75.  
  76.  
  77.  
  78.  
  79.         Happy programming!  
  80.  
  81.                 Rich Altman
  82.  
  83.