home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / STRING11.ZIP / STRING.DOC next >
Text File  |  1993-02-19  |  5KB  |  136 lines

  1.  
  2. ┌───────────────────────────────────────────────────────────────────────────┐
  3. │ String Search(R)  Version 1.10                             by Andrew Baum │
  4. └───────────────────────────────────────────────────────────────────────────┘
  5.  
  6.          String Search(R) Version 1.10
  7.          (C) Copyright ASE SEDAI INC.  1993
  8.          Written by Andrew Baum
  9.  
  10.       String Search(R) was developed and Compiled using Microsoft's
  11.       QuickBASIC(R) by Andrew Baum.
  12.  
  13.  Note From Author:
  14.  
  15.          Well I'm not too big on writing doc's so bear with me.
  16.          String Search(R) is one of my first programs that I
  17.          have written.  To my knowledge I worked out all the
  18.          BUGS in this one. If anyone has any problems with this
  19.          on their machines please let me know.  I can be reached
  20.          through FIDO-NET at address (1:356/19).
  21.  
  22. String Search is SHAREWARE and it is distributed under the SHAREWARE concept.
  23. No one shall charge any fee's for the use of this program.  Under the
  24. SHAREWARE concept I ask you to give copies to ALL your friends and relatives,
  25. and upload it to ALL your local BBS's.  Also this program should be
  26. distributed in an UNmodified form.
  27.  
  28.  How to use String Search(R):
  29.  
  30.          To use String Search(R) first of all make sure you have all the
  31.          files.  Which shouldn't be hard...since there is only two files.
  32.  
  33.                    String.exe   <=-=-  The Program it self.
  34.                    String.doc   <=-=-  This File your reading.
  35.  
  36.          Next you need to place String.exe in ROOT directory.  Thats where
  37.          I recommend you put it..BUT you may place it anywhere you wish.
  38.  
  39.          Before I tell you how to use it I guess I should Tell you what
  40.          exactly it does.  String Search(R) will search through a
  41.          specified file for a STRING of text in which you enter.
  42.          Then it will replace ALL of those STRING's that it found with
  43.          the Specified text.  Here is an example....
  44.  
  45.   Here is a excert from my FD.LOG
  46.  
  47.  
  48. ----------  Thu 18 Feb 93, FD 2.02
  49. + 11:17:15  Event 1-A
  50. - 11:17:19  Preparing outbound mail
  51.   11:17:22  Bundle not sent to 1:356/14
  52.   11:17:22  Bundle not sent to 1:356/3
  53.  
  54. ----------  Thu 18 Feb 93, FD 2.02
  55. + 11:18:03  Event 1-A
  56. - 11:18:06  Preparing outbound mail
  57.   11:18:15  Bundle not sent to 1:356/14
  58.   11:18:15  Bundle not sent to 1:356/3
  59.  
  60.  
  61. Ok...I told String Search(R) to search this file and find all the (-) signs.
  62. Then I told it to replace those (-) signs with a (!) sign.  Just a note    
  63. String Search can search for LONG strings of text and not just symbols. <G>
  64.  
  65. Now after I told it to replace the (-) with a (!) it will go through and 
  66. count how many times it replaces the defined text.  After that it will save 
  67. the NEW files in which the changes took place to <filename>.NEW..so It will
  68. not cause any problems with files or the user <G>.  Ok..this is what you 
  69. get for a final product...
  70.  
  71. This is an excert from the FD.NEW..
  72.  
  73. !!!!!!!!!!  Thu 18 Feb 93, FD 2.02
  74. + 11:17:15  Event 1!A
  75. ! 11:17:19  Preparing outbound mail
  76.   11:17:22  Bundle not sent to 1:356/14
  77.   11:17:22  Bundle not sent to 1:356/3
  78.  
  79. !!!!!!!!!!  Thu 18 Feb 93, FD 2.02
  80. + 11:18:03  Event 1!A
  81. ! 11:18:06  Preparing outbound mail
  82.   11:18:15  Bundle not sent to 1:356/14
  83.   11:18:15  Bundle not sent to 1:356/3
  84.  
  85. As you can see it DID go through and replace ALL the (-) signs with (!).
  86. Well thats about all...AGAIN you can have String Search(R) replace more 
  87. than just little signs..it WILL search LARGE doc's for LONG string's of
  88. text and replace them with LONG replacement strings.
  89.  
  90.     To use String Search(R) type STRING at the DOS prompt..you should
  91.     now have the following on your screen:
  92.  
  93. C:\SEDAI>string
  94.  
  95.  String Search(R) Version  1.10
  96.  
  97.  Developed by Andrew Baum. This product is distributed as SHAREWARE.
  98.              (C) Copyright ASE SEDAI INC. 1993-1999
  99.  
  100.  
  101. Name of file? D:\FD\FD.LOG 
  102.  
  103.      Place the PATH and name of the file you wish to change.  
  104.  
  105. String to replace?  -
  106.  
  107.      Here type the string you want String Search(R) to search for.
  108.  
  109. Replace with? @
  110.  
  111.      Here type the string you want to Subtitute for the specified sting above.
  112.  
  113. There were  38  substitutions in  11  lines.
  114.  
  115.      This line tells you how many changes in how many lines.
  116.  
  117. Substitutions are in file d:\fd\fd.NEW 
  118.          
  119.      This line tells you were the file is that the changes occured.
  120.  
  121. Well thats about it...The Doc's for this program aren't what they should
  122. be but AGAIN..I'm not to hot on writting doc's.  If you have any problems
  123. with this program feel free to NetMail me at (1:356/19) and I will get 
  124. back to you.
  125.  
  126. Enjoy  =8*)
  127.  
  128.  
  129.  String Search(R) Version  1.10
  130.  
  131.  Developed by Andrew Baum. This product is distributed as SHAREWARE.
  132.              (C) Copyright ASE SEDAI INC. 1993-1999
  133.  
  134.  
  135.  
  136.