home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / packet / bis_v20.arc / CHANGES.BIS < prev    next >
Text File  |  1988-09-11  |  3KB  |  57 lines

  1. CHANGES BIS V 1.3
  2.  
  3. Version 1.3 corrects a minor problem where BIS would fail to complete
  4. sending the "search initiating message" to the user before calling the
  5. search (FGREP.COM) program.  The problem involved only some faster
  6. microprocessors.  Documentation includes some additional
  7. clarifications in the "Precautions" section.  The latest version of
  8. FGREP.COM is now bundled with BIS V 1.3, however, the changes to FGREP
  9. version 1.62 do not effect the way BIS makes use of FGREP.
  10.  
  11. You may find with this version of FGREP that it will send garbage characters
  12. when it detects a find in the very first line of the file.  The problem
  13. can be remedied by doing one of two things.  First, and easiest, is to
  14. use the "-w" option in searches of directories with multiple files.  This
  15. has one drawback and that is that spaces become insignificant so using
  16. two words in a search, such as KANSAS CITY or LINEAR AMPLIFIER will not
  17. work.  FGREP will instead search for KANSASCITY which, of course it will
  18. not find.  This means you cannot use the "-w" option successfully in
  19. searches of databases such as Digipeater listings or BBS listings to 
  20. search for a particular city.  It will also strip the two letter state
  21. searches from their spaces on either side which BIS automatically 
  22. inserts and the result will be any two letter match in any word will
  23. be found in state searches.  However, in other directory searches, etc.,
  24. you can use the option.
  25.  
  26. A second option is to insert a line feed at the beginning of every
  27. file where there is text on the first line.  That seems to satisfy FGREP,
  28. but it is a bit of work if you have a lot of files stored.
  29.  
  30. CHANGES BIS V 2.0
  31.  
  32. The following are changes made to the BBS Interface System.  The program
  33. has been completely revised in this new version and adds many extra 
  34. options:
  35.  
  36. Extra line between separate "finds" on SEARCHes makes it easier to read
  37. the output at a user tereminal.
  38.  
  39. BIS no longer uses DOS redirection to the COM port on searches.
  40.  
  41. BIS.CNF file can now have as many sections as desired, limited only by
  42. amount of memory available to it.
  43.  
  44. You now have a choice of showing full paths for files found with the
  45. SEARCH function or showing only the file name when "-f" is specified in
  46. FGREP.
  47.  
  48. BIS now strips garbage characters from FGREP's output as it is sent out
  49. the COM port.  This seems to be a problem only when FGREP matches the
  50. first line of a file with the search word.
  51.  
  52. BIS will now do as it was originally intended, act as an interface to
  53. other programs.  It will now branch to other programs, including
  54. BASIC programs and BATCH files.
  55.  
  56. (UPDATED 09/02/88)
  57.