home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / bbs / waffle / 5794 < prev    next >
Encoding:
Internet Message Format  |  1993-01-02  |  2.7 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!nucsrl!ddsw1!infopls!andyross
  2. From: andyross@infopls.chi.il.us (Andrew Rossmann)
  3. Newsgroups: comp.bbs.waffle
  4. Subject: Re: uucico G protocol patch
  5. Message-ID: <FuFRwB2w165w@infopls.chi.il.us>
  6. Date: Sat, 02 Jan 93 11:31:02 CST
  7. References: <FPJNwB2w165w@willard.UUCP>
  8. Organization: INFOPLUS support, Wheeling, IL
  9. Lines: 70
  10.  
  11. > > I saw a reference in this newsgroup to a patch for uucico to
  12. > > allow it to support the 'G' protocol as an alternative to 'g'.
  13. > > Can someone please point me to where that I can get details
  14. > > of this patch!
  15. >
  16. > Well - it was me who posted the article about patching uucico, so here's
  17. > the way to do it:
  18. >
  19. > 1. Copy uucico.exe to uucicog.exe
  20. > 2. Use a diskeditor supporting search-commands (Norton's DiskEdit works
  21. >    fine) to modify this file.
  22. > 3. Search for the string 'U%c'.
  23. > 4. Replace it with 'UG' and a nullbyte.
  24. > 5. Save your changes.
  25. > 6. Quit the editor
  26. > 7. If using BNU (or any other FOSSIL), remember to set the buffers
  27. >    high enough to hold 7*512 bytes, otherwise results may not be as
  28. >    expected...
  29. > 8. Try connecting to a site supporting 'G'-protocol with command-line
  30. >    option '-k 512' using the patched uucico.
  31.  
  32.   Further, if you connect to multiple sites, and all don't support 'G',
  33. you'll need to modify your poll.bat. Here's a copy of mine. Site ddsw1
  34. supports 'G'. I also run under Desqview and 4DOS.
  35.  
  36. @echo off
  37. xu port:0:on
  38. xu dtr:0:on
  39. fout ats0=0s11=55h0m1  {I wrote FOUT to dump text to the port. Using}
  40. fout ats0=0s11=55h0m1  {redirection would lock up the computer under DV.}
  41. fout ats0=0s11=55h0m1
  42. rem batch -l262144
  43. if not '%1' == '' goto dopoll
  44. if exist c:\spool\clout\*.cmd goto dopoll
  45. if exist c:\spool\ddsw1\*.cmd goto dopoll
  46. echo No reason to call!!
  47. goto done
  48. :dopoll
  49. echo Waiting to make sure phone line cleared
  50. caoff^caon   {this turns my cache off and on, to fully reset it}
  51. delay 8
  52. fout ats0=0s11=55hm1
  53. echo Making the call
  54. if not '%1' == '' goto specific
  55. if exist c:\spool\clout\*.cmd uucico -s clout
  56. if exist c:\spool\ddsw1\*.cmd uucicog -sddsw1 -k512
  57. goto therest
  58. :specific
  59. if %1 == ddsw1 uucicog -o -s ddsw1 -k512
  60. if %1 == clout uucico -o -s clout
  61. :therest
  62. if exist c:\spool\clout\*.x goto process
  63. if exist c:\spool\ddsw1\*.x goto process
  64. if exist c:\spool\rhps\*.x goto process
  65. echo Nothing to process!!
  66. goto done
  67. :process
  68. rem caoff^caon
  69. rem call phnoff
  70. rem echo Processing any incoming data
  71. rem uuxqt
  72. rem echo Batching any outgoing news
  73. rem batch -l262144
  74. :done
  75.  
  76. --
  77. Andrew Rossmann            | Sysop of Infoplus BBS, +1 708 537 0247
  78. andyross@infopls.chi.il.us | Infoplus Support, latest version available
  79.  uunet!infopls!andyross    | by logging in as infoplus. [v32bis/v42bis]
  80.                       NO new taxes...NO new gambling
  81.