home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR11 / R2T100B.ZIP / R2T.CFG next >
Text File  |  1993-10-06  |  3KB  |  89 lines

  1. ; Configuration for R2T (Binkley EE Raw-FAX to TIF)
  2. ;FaxLog e:\bitfax\fax.log
  3. ;FaxIdx e:\bitfax\fax.idx
  4. FaxLog e:\faxworks\fax.log
  5. FaxIdx e:\faxworks\fax.idx
  6. ; Only if both entries (FAXLOG and FAXIDX) are here, R2T can work
  7. ; correct with BITFAX or FAXWORKS.
  8. ; If one or both entries are missed, TIF-Files in the form of
  9. ; BFAXnnnn.TIF (or wathever extention you will use) are created.
  10. ; Path for generated TIF or FAX Files
  11. ;FaxPath e:\bitfax\
  12. FaxPath e:\faxworks\
  13. ; Extention, default .TIF
  14. TifExt .fax
  15. ; 0 = FALSE, >=1 = TRUE
  16. Delete 1
  17. Rename 0
  18. ; If BinkLog is defined, R2T tries to catch more information from the
  19. ; Binkley-LOG for FAX.LOG.
  20. BinkLog d:\point\log\binkley.log
  21. ; normally, the FillOrder in RAW-FAX-Files is 1 for MSB first, some FAX-Modems
  22. ; will revers the BitOrder and FillOrder 2 for MSB first is used.
  23. FillOrder 1
  24.  
  25.  
  26. ; For correct operation you need R2T.EXE (OS/2 only) and R2T.CFG.
  27. ; The conversion is best done in the commandfile (Bink.Cmd) in the section
  28. ; where Squish handles incoming Mail. Use the following lines, befor
  29. ; "squishing":
  30.  
  31. ; All faxpages are converted to ONE TIF-file
  32.  
  33. ;If Exist %MailDir%\Fax\PAGE????.FAX   Goto FAX
  34. ;Goto NoFAX
  35. ;:FAX
  36. ;R2T -i%MailDir%\Fax\Page????.Fax -c3 -e%MAILDIR%\Fax\R2T.Cfg
  37. ;:NoFAX
  38.  
  39. ; If you want to convert each faxpage to a seperate TIF-File:
  40.  
  41. ;If Exist %MailDir%\Fax\PAGE????.FAX   Goto FAX
  42. ;Goto NoFAX
  43. ;:FAX
  44. ;For %i in (%MailDir%\Fax\Page????.Fax) do R2T -i%i -c3 -e%MAILDIR%\Fax\R2T.Cfg
  45. ;:NoFAX
  46.  
  47.  
  48. ;Conversion for BinkleyTerm EE Raw-Fax.
  49. ;Harald Pollack, Oct 06 1993 Version 1.00b
  50.  
  51. ;R2T.EXE [option] [option] [...]
  52. ;Options:  -i ......... Source-Filename(n) - wildcards possible
  53. ;          -e ......... Path to Config-File (default 'R2T.CFG')
  54. ;          -f ......... Bit fillorder (default 2 = LSB first)
  55. ;          -c# ........ Compression (# = 1 - 4, 32773) Target TIFF
  56. ;                            1 ....... uncompressed
  57. ;                            2 ....... Huffman 1D
  58. ;                            3 ....... Huffman 1D FAX
  59. ;                            4 ....... Huffman 2D (READ) FAX
  60. ;                            32773 ... PackBits (MAC)
  61. ;          -h or /h or -? or /? showes this.
  62.  
  63. ;All Sourcefiles (-i) are combined to a multipaged Tagged Image File (TIF).
  64. ;For singlepaged (normal) TIF, call the program with only one Sourcefilename
  65.  
  66. ; This program should replace T2T.EXE (originally written by me for some other
  67. ; reasons and modified with my permission by Michael Buenter).
  68.  
  69. ; I think, R2T in combination with Binkley EE E3-32 (ISDN), is the best choice
  70. ; to receive Mail AND Fax.
  71.  
  72. ; If you have problems with fax reception in Binkley, I can only help insofar,
  73. ; you are using a modem with the Rockwell-Chip-Set (Supra, Twincom eg.).
  74.  
  75. ; Do not ask me if you have a Zyxel or any other modem, because I have only a
  76. ; Twincom and I am not able to support other modems.
  77.  
  78. ; Do not ask me about BITFAX or FAXWORKS, I use my onw fax-program. Somebody
  79. ; else gives me the hints about the format of FAX.LOG and FAX.IDX.
  80.  
  81. ; The program MAY be bugfree, but I can not garantue it :-).
  82.  
  83. ; You may contact me via Fido-Net (2:313/9.59) if you think there is a
  84. ; serious bug in R2T.EXE or there are possible features I have not included.
  85.  
  86. ; Many thanks to Werner Baar, Michael Buenter and  Bernhard Seidl for their
  87. ; support in making R2T.
  88.  
  89.