home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / NLTS_10.ZIP / NLTS.DOC < prev    next >
Text File  |  1994-12-15  |  4KB  |  118 lines

  1. NLTS 1.0 - Node List Text Searcher
  2. (C) 1994 Psycho Hut Software
  3.  
  4. --------
  5. WARNING!
  6. --------
  7. This documentation contains gratuitous sarcasm.  Not suitable for those
  8. that can't take a joke.  No reason not to have a sense of humor these days,
  9. even if you're a programmer.
  10.  
  11. -------
  12. License
  13. -------
  14. NLTS is shareware.  It costs $50 to register.
  15.  
  16. Just kidding.  It's free as free gets.  If you want the source code (Turbo
  17. C++ 3.0-compiled) just ask.  To find out where to ask, see the "Contacting
  18. the Author" section below.
  19.  
  20. Disclaimer:  NLTS was not written to format hard drives, destroy
  21. FAT tables, truncate the nodelist to 0, or cause resistance-related heat
  22. damage to silicon-based electronic microcomponents.  If it does, it ain't
  23. my fault.  Blame your favorite virus author or Bill Clinton, since
  24. we all know that he has caused every one of the world's problems since
  25. Biblical times.
  26.  
  27. ------------
  28. Requirements
  29. ------------
  30. * DOS 3.3 or higher
  31. * approx 18k of HD space
  32. * A FidoNet nodelist (NODELIST.???)
  33.  
  34. ------------
  35. Installation
  36. ------------
  37. Unarchive everything to your nodelist directory.  NLTS <must> be in the
  38. nodelist directory.  It'll tell you so if you try to put it anywhere else.
  39.  
  40. ------------
  41. What it Does
  42. ------------
  43. NLTS is an extraordinarily simple command-line-utility. It will search the
  44. most recent FidoNet nodelist (it looks for the highest number -
  45. NODELIST.230 would take precedence over NODELIST.100) for a string that YOU,
  46. the user, specify.  If it finds a match, it will then print the entry out to
  47. the screen or a file as described below in the "FAQ".
  48.  
  49. Syntax is available by running NLTS with no parameters, but if you're one
  50. of the wise minority that read the docs FIRST, here it is.
  51.  
  52. NLTS <search_string> [-c]
  53.  
  54. <search_string> is the string you want to search for.  It must contain no
  55. spaces.
  56.  
  57. [-c] is optional and specifies a case-sensitive search.  The default is
  58. case-insensitive.
  59.  
  60. NLTS, whether or not it is redirected, will print out a period "." every
  61. 100 lines to let you know it hasn't locked up.  Also, whenever it finds a
  62. match, it'll print an exclamation point "!".
  63.  
  64. ---
  65. FAQ (yeah, right)
  66. ---
  67. Q> "Why a separate program?  LIST does this just fine."
  68.  
  69. A> Ah, but NLTS is redirectable.  For example, if I wanted to make a list
  70. of all the nodes that are ran by people named Josh, I would use this
  71. syntax:
  72.  
  73. NLTS Josh -c >joshnode.txt
  74.  
  75. It will then write the nodelist entries of the nodes to joshnode.txt.
  76. Along with the title and a couple of other things.  The periods "." do
  77. not go to the file.
  78.  
  79. Q> "Program X already does what NLTS does!  Why did you waste your time
  80. writing NLTS?"
  81. A> I wrote this for my personal use, and decided to release it to the public
  82. in case someone else didn't have Program X.  I haven't seen a SMALL program
  83. to do this, myself.  Also, it was something to do in C instead of Pascal, which
  84. means I could even do Windows and OS/2 versions if I were feeling particularly
  85. self-important.
  86.  
  87. ------------
  88. Future Plans
  89. ------------
  90. Working on other programs, unless catastrophic bugs appear causing
  91. Armageddon or other bad things.  Or if enough people ask for a certain
  92. feature.
  93.  
  94. ---------------------
  95. Contacting the Author
  96. ---------------------
  97. I can be reached through several channels:
  98.  
  99. NetMail:  1:2260/150
  100. Echomail: BBS_CARNIVAL, SHAREWRE, RA_UTIL, FN_SYSOP, tons of others
  101. US Mail:  Josh Whitt
  102.           Rt. 2 Box 420K
  103.           South Shore, KY 41175
  104. BBS:      (606)932-6662  (Psycho Hut II, RemoteAccess 2.02)
  105.  
  106. I WILL answer, but I'm busy and it may take a few days.
  107.  
  108. ----------
  109. Legalities
  110. ----------
  111. LIST (C) Vern Buerg
  112. Turbo C++ (C) Borland Int'l.
  113. FidoNet (C) Tom Jennings/Fido Software
  114.  
  115. And have a Merry Christmas! *<:)
  116. - Josh Whitt
  117.   1:2260/150
  118.