home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / packcnv2 / packconv.txt < prev    next >
Text File  |  1991-12-06  |  3KB  |  113 lines

  1.  
  2.                         Packconv version 2
  3.  
  4.  
  5. A util to make the Bermuda mail utils compatible with Binkley ST.
  6.  
  7. The Bermuda utils are the new version of Import and Pack and the new
  8. program Scan. They are quite a bit better and faster then the old The Box
  9. mail utils. But sadly they are still not Binkley compatible, but who knows.
  10.  
  11. To adapt Bermuda to Binkley ST you need to adapt the outbound folder as this
  12. is different for Binkley ST and The Box (where Bermuda was made for).
  13. Packconv wil to do this. A lot of you guys and girls? have been using
  14. Packconv. But it did have some bugs. So version 2 is out...
  15.  
  16. What has changed in Packconv Version 2:
  17.  
  18. Date is kept intact, so you can use the Zoom outbound to it's full extend.
  19. First Address is primary address
  20. Multi zone, it is compatible with different zones, e.g. NeST.
  21.  
  22. I (Theo Runia) got the source from Erno, thanx for that erno, so I could
  23. iron these bugs/problems out. Packconv was written in GFA 3.5.
  24.  
  25. And here is how to install it:
  26.  
  27.                     Packconv Version 2
  28.  
  29. Packconv consist of 2 programs called TB2BINK.PRG and BINK2TB.PRG.
  30.  
  31. When run these programs search for the environment variable MAILER, this
  32. should point to the directory where TB.CFG can be found.
  33. In TB.CFG they will search for the first address statement which will be
  34. used as your primary address.
  35.  
  36. TB2BINK   : Before you startup Binkley ST you must run this program (always)
  37.  
  38. BINK2TB   : Before starting to process mail you must run this. That means
  39.             that you will have to run this before starting up Bermuda.
  40.             It will creat .MO0 files only. It always thinks it's a
  41.             blue monday :-)
  42.  
  43.  
  44. A batchfile to show you how to get it to work:
  45.  
  46.  
  47.      :start
  48.      cls
  49.      C:
  50.      cd \qbbs
  51. ->   tb2bink
  52.      D:
  53.      cd \BINKLEY
  54.      bt unattended
  55.      echo BT Exit with errorlevel %:e
  56.      if ERRORLEVEL 192 goto bbs
  57.      if ERRORLEVEL  96 goto bbs    
  58.      if ERRORLEVEL  24 goto bbs
  59.      if ERRORLEVEL  12 goto bbs
  60.      if ERRORLEVEL   9 goto import
  61.      if ERRORLEVEL   4 goto export
  62.      if ERRORLEVEL   3 goto bbs
  63.      if ERRORLEVEL   1 exit
  64.      goto start
  65.  
  66.      :bbs
  67.      cls
  68.      c:
  69.      cd \qbbs
  70.      Echo Starting up QuickBBS ST at %:e00 Baud
  71.      quickbbs -b%:e00
  72.      goto start
  73.  
  74.  
  75.      :import
  76.      c:
  77.      cd \qbbs
  78. ->   bink2tb
  79.      echo Mail received, starting Import.
  80.      import -v -r -p -t -a \qbbs\whatarc.ttp x
  81.      pack -t -a \qbbs\whatarc.ttp m
  82.      goto start
  83.  
  84.  
  85.  
  86.      :export
  87.      c:
  88.      cd \qbbs
  89. ->   bink2tb
  90.      cls
  91.      echo Packing message base
  92.      fastpack
  93.      echo Scanning for mail
  94.      scan -p -t
  95.      pack -t -a \qbbs\whatarc.ttp m
  96.      goto start
  97.  
  98.  
  99.  
  100. That's it. But don't forget that if you run bermuda by hand you must also
  101. run BINK2TB first!. So use some batchfiles to do this.
  102.  
  103. Both Erno and I hope this works. And we still hope that some day
  104. somebody will make pack compatible with binkley.
  105.  
  106. If you have any problems please inform us in the echomail areas BINKLEY.ST
  107. or THE-BOX. Or send a netmail.
  108.  
  109. Erno Meffert  2:281/801 (FIDO)    90:4001/2 (NeST)
  110. Theo Runia    2:282/3   (FIDO)    90:4001/0 (NEST)
  111.  
  112.  
  113.