home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / btpack05 / btpack.cfg next >
Text File  |  1992-01-06  |  2KB  |  76 lines

  1. ;BTPACK.CFG
  2.  
  3. ;Comments is preceded by semicolon, Labels by colon.
  4. ;Labels are START_BINKLEY, CONVERT_FROM_TB and CONVERT_FROM_BINKLEY
  5. ;Add IOS or HOLD4D to binkley.cfg for maximum efficacy.
  6. ;The format written by BTPACK should be TB and to some degree IOS compateble
  7. ;(BTPACK can't determine Point-number since bermuda doesn't use it, so it is
  8. ;replaced with 00.)
  9.  
  10. HOLD G:\BINKLEY\UT\ ;Where Bermuda write's mail
  11.  
  12. ;No Comments after Start_binkley lines!
  13. ;The %CL is replaces by commandline to BTPACK (See doc).
  14. ;Limit: 10 lines.
  15.  
  16. :START_BINKLEY
  17. D:\BIN\SWE.TTP BT.TTP %CL
  18.  
  19. ;Lines Change the extension from first word to second word.
  20. ;BTPACK also change the name from TB's ZONE:NET/NODE to Binkley's NET/NODE.0
  21. ;and copy it to appropiate outmail-folder. See Doc for more info about this.
  22. ;Limit: 25 lines (Comment's excluded)
  23.  
  24. :CONVERT_FROM_TB
  25.  
  26. ;Archived mail
  27. NA OAT ;Normal
  28. WA HAT ;Hold
  29. CA CAT ;Crash
  30.  
  31. ;Mail Packets
  32. NM OPT ;Normal
  33. WM HPT ;Hold
  34. CM CPT ;Crash
  35.  
  36. ;Flow Files (Send Files)
  37. NF OFT ;Normal
  38. WF HFT ;Hold
  39. CF CFT ;Crash
  40.  
  41. ;Request Files (Get Files)
  42. NR ORT ;Normal
  43. WR HRT ;Hold
  44. CR CRT ;Crash
  45.  
  46. ;Other
  47. PF OFT ;Write a zero-lenght flowfile to initiate Poll
  48.  
  49. ;Lines Change the extension from first word to second word.
  50. ;BTPACK also change the name from Binkley's NET/NODE.0 to TB's ZONE:NET/NODE
  51. ;and copy it to bermudas outmail-folder. See Doc for more info about this.
  52. ;Limit: 25 lines (Comment's excluded)
  53.  
  54. :CONVERT_FROM_BINKLEY
  55.  
  56. ;Archived mail
  57. OAT NA ;Normal
  58. HAT WA ;Hold
  59. CAT CA ;Crash
  60.  
  61. ;Mail Packets
  62. OPT NM ;Normal
  63. HPT WM ;Hold
  64. CPT CM ;Crash
  65.  
  66. ;Flow Files (Send Files)
  67. OFT NF ;Normal
  68. HFT WF ;Hold
  69. CFT CF ;Crash
  70.  
  71. ;Request Files (Get Files)
  72. ORT NR ;Normal
  73. HRT WR ;Hold
  74. CRT CR ;Crash
  75.  
  76.