home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / bbs / waffle / 4354 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  1.3 KB

  1. Path: sparky!uunet!nwnexus!remote!ruth!rat
  2. From: rat@ruth.UUCP (David Douthitt)
  3. Newsgroups: comp.bbs.waffle
  4. Subject: Re: FIDO gateway!!!
  5. Keywords: FIDO mailer external mail UUCP
  6. Message-ID: <mDFJuB1w165w@ruth.UUCP>
  7. Date: Fri, 20 Nov 92 06:32:57 CST
  8. References: <0qBFuB3w165w@twiki.UUCP>
  9. Organization: Network XXIII - +1 608 222 9253
  10. Lines: 39
  11.  
  12. dalew@twiki.UUCP (Dale Weber) writes:
  13.  
  14. |   Yes, I know BUT how does one know the actual speed when FroDo drops out
  15. | to the batch file?  I never could find a way to do this, but am guessing it
  16. | can be done with enough fiddling.  My method works here when I run FroDo,
  17. | so I didn't fix it.  ;-)
  18.  
  19. I use different exit codes for each baud rate, and do something like:
  20.  
  21. :baud300
  22.  
  23.    set baud=300
  24.    goto gotcall
  25.  
  26. :baud1200
  27.  
  28.    set baud=1200
  29.    goto gotcall
  30.  
  31. :baud2400
  32.  
  33.    set baud=2400
  34.  
  35. :gotcall
  36.  
  37.    waffle online %baud
  38.    set baud=
  39.    goto start
  40.  
  41. Also, don't forget to set the modem to return modem-to-modem speeds instead
  42. of computer-to-modem speed (ATW1?)
  43.  
  44.  
  45. --
  46. UUCP: ....!remote.halcyon.com!ruth!rat  |  Network XXIII - +1 608 222 9253
  47. InterNet: rat@ruth.UUCP                 |  65Megs+ of Usenet/Fido programs!
  48. "...because appealing to the masses has |  Files available more ways than
  49.  never appealed to us."                 |  any other BBS in America!
  50. Files via: anon uucp, Fidonet FREQ, mail to archive-server@ruth.uucp, etc.
  51.