home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / bit / listserv / notabene / 669 < prev    next >
Encoding:
Text File  |  1992-08-25  |  2.6 KB  |  54 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!uvaarpa!darwin.sura.net!paladin.american.edu!auvm!IRISHVMA!GSCHLABA
  3. Message-ID: <NOTABENE%92082602443916@TAUNIVM>
  4. Date:         Tue, 25 Aug 92 18:25:28 EST
  5. Sender:       Nota Bene List <NOTABENE@TAUNIVM>
  6. From:         "Gerald W. Schlabach" <GSCHLABA@IRISHVMA>
  7. Subject:      Re: Kermit capabilities
  8. Newsgroups: bit.listserv.notabene
  9. In-Reply-To:  Message of Tue,
  10.               25 Aug 92 19:45:02 IST from <ANDERSOS@CGSVAX.CLAREMONT.EDU>
  11. Lines: 41
  12.  
  13. On Tue, 25 Aug 92 19:45:02 IST <ANDERSOS@CGSVAX.CLAREMONT.EDU> said:
  14. >I am not sure what you are accomplishing with your ProComm script that
  15. >cannot be done as easily by using Kermit's session logging capabilities.
  16. >With Kermit you could start logging just before the search results were
  17. >displayed on screen and stop logging just after the results were
  18. >completely displayed.  If you did not want to have to specify a filename
  19. >for the log, you can set a default filename in the Kermit initialization
  20. >file.  Does your script automatically capture only the output you want,
  21. >saving the three keystrokes needed to start and stop logging, or does
  22. >it accomplish something else that I have missed?
  23. >
  24.  
  25. The problem with logging, on both ProComm and Kermit, is that if one uses
  26. VT100 emulation, the logs are almost useless.  There are no carriage
  27. returns, and one's computer is only receiving those characters that are
  28. different from the previous screen.  One can switch to straight ASCII/BBS
  29. interface, but not mid-session, and the interface is cumbersome and well,
  30. not a pretty picture.
  31.  
  32. I wrote the script for times when I do a general search and come up with more
  33. than one (up to 200) sources.  I can let ProComm churn away and prune later,
  34. off-line.  Actually, I sometimes run the script now for a single entry if it
  35. is longer than a couple of screens.
  36.  
  37. A couple of people have written and asked for the script.  My hesitation is
  38. that I have had to re-write it somewhat every time the library upgrades
  39. its NOTIS program.  Also, it will probably only work on a NOTIS system.
  40. I occasionally telnet to other libraries and even systems quite close to
  41. Notre Dame's (e.g. Yale's Orbis) have little differences.
  42.  
  43. I also have a pair of XPL programs to convert the results of all this once
  44. back in NotaBene.  But these are even more idiosyncratic, since they depend
  45. on searches for consistently-occurring strings.
  46.  
  47. I'll send the set in a couple days to whoever writes to me personally,
  48. with the understanding that the buyer must beware.  I also don't have time
  49. to document the XPL programs, and help people customize for their systems.
  50.  
  51. Gerald W. Schlabach
  52. University of Notre Dame
  53. Schlabach.1@nd.edu
  54.