home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / ex142.zip / EX-TIPS.DOC next >
Text File  |  1995-01-19  |  3KB  |  59 lines

  1.  
  2.   Tips for making Ex run with various BBS packages.
  3.  
  4.  
  5. MAXIMUS
  6. -------
  7. Quite often I've been asked how to make Ex work with Maximus's internal
  8. transfer protocols.  Simply put, it can't.  But, there's a way to disable Max's
  9. internal drivers and have all your transfers run by an external program.
  10. Here's how to do that:
  11.  
  12. First, you'll need a custom PROTOCOL.MEC file: (actually, I'm not sure if it's
  13. really necessary as I haven't tried it without ...)
  14.  
  15. [White On Black]
  16.  [LightCyan]┌─────────────────────────────────┐
  17.  [LightCyan]│ [LightBlue]Select a file transfer protocol [LightCyan]│
  18.  [LightCyan]╞═════════════════════════════════╡
  19.  [LightCyan]│                                 │
  20.  [LightCyan]│ [LightBlue]G [Cyan]- [LightBlue]Ymodem/G    [Gray](MNP/V42 req'd)
  21. [LightCyan]│
  22.  [LightCyan]│ [LightBlue]K [Cyan]- [LightBlue]Xmodem-1K                  
  23. [LightCyan]│
  24.  [LightCyan]│ [LightBlue]O [Cyan]- [LightBlue]SEAlink Overdrive          
  25. [LightCyan]│
  26.  [LightCyan]│ [LightBlue]S [Cyan]- [LightBlue]SEAlink                    
  27. [LightCyan]│
  28.  [LightCyan]│ [LightBlue]T [Cyan]- [LightBlue]TeLink                     
  29. [LightCyan]│
  30.  [LightCyan]│ [LightBlue]X [Cyan]- [LightBlue]Xmodem      [Gray](slow!)        
  31. [LightCyan]│
  32.  [LightCyan]│ [LightBlue]Y [Cyan]- [LightBlue]Ymodem                     
  33. [LightCyan]│
  34.  [LightCyan]│ [LightBlue]Z [Cyan]- [LightBlue]Zmodem      [Gray](Recommended)  
  35. [LightCyan]│
  36.  [LightCyan]│ [LightBlue]E [Cyan]- [LightBlue]ZedZap                     
  37. [LightCyan]│
  38.  [LightCyan]│                                 │
  39.  [LightCyan]└─────────────────────────────────┘
  40.  
  41. Remember to Mecca it!  Second, enable "USES PROTOCOLDUMP MISC\PROTOCOL" (or
  42. your variation) in MAX.CTL.  Third, load up a hex editor and search the MAX.EXE
  43. (or MAXP.EXE) file for "Xmodem"; this will bring you to a group of text naming
  44. the internal protocols (and there's only the one group).  Simply change the
  45. first character of each internal protocol you wish to disable, to lower case.
  46. In the case of "1K-XModem " change the 1 to w or something.  And lastly, edit
  47. PROTOCOL.CTL and add every transfer protocol you wish to make available to
  48. your users.  The above mecca script defines the internal ones plus a ZedZap.
  49. Don't forget to silt!
  50.  
  51. We've done this here with complete success and Max has no internal protocols at
  52. all in use.  If you use this information, you accept all responsibilities and
  53. consequences for your actions.  If you find an alternatate method, share!
  54.  
  55.  
  56.  
  57. Good luck!
  58.  
  59.