home *** CD-ROM | disk | FTP | other *** search
- ; Configuration for R2T (Binkley EE Raw-FAX to TIF)
- ;FaxLog e:\bitfax\fax.log
- ;FaxIdx e:\bitfax\fax.idx
- FaxLog e:\faxworks\fax.log
- FaxIdx e:\faxworks\fax.idx
- ; Only if both entries (FAXLOG and FAXIDX) are here, R2T can work
- ; correct with BITFAX or FAXWORKS.
- ; If one or both entries are missed, TIF-Files in the form of
- ; BFAXnnnn.TIF (or wathever extention you will use) are created.
- ; Path for generated TIF or FAX Files
- ;FaxPath e:\bitfax\
- FaxPath e:\faxworks\
- ; Extention, default .TIF
- TifExt .fax
- ; 0 = FALSE, >=1 = TRUE
- Delete 1
- Rename 0
- ; If BinkLog is defined, R2T tries to catch more information from the
- ; Binkley-LOG for FAX.LOG.
- BinkLog d:\point\log\binkley.log
- ; normally, the FillOrder in RAW-FAX-Files is 1 for MSB first, some FAX-Modems
- ; will revers the BitOrder and FillOrder 2 for MSB first is used.
- FillOrder 1
-
-
- ; For correct operation you need R2T.EXE (OS/2 only) and R2T.CFG.
- ; The conversion is best done in the commandfile (Bink.Cmd) in the section
- ; where Squish handles incoming Mail. Use the following lines, befor
- ; "squishing":
-
- ; All faxpages are converted to ONE TIF-file
-
- ;If Exist %MailDir%\Fax\PAGE????.FAX Goto FAX
- ;Goto NoFAX
- ;:FAX
- ;R2T -i%MailDir%\Fax\Page????.Fax -c3 -e%MAILDIR%\Fax\R2T.Cfg
- ;:NoFAX
-
- ; If you want to convert each faxpage to a seperate TIF-File:
-
- ;If Exist %MailDir%\Fax\PAGE????.FAX Goto FAX
- ;Goto NoFAX
- ;:FAX
- ;For %i in (%MailDir%\Fax\Page????.Fax) do R2T -i%i -c3 -e%MAILDIR%\Fax\R2T.Cfg
- ;:NoFAX
-
-
- ;Conversion for BinkleyTerm EE Raw-Fax.
- ;Harald Pollack, Oct 06 1993 Version 1.00b
-
- ;R2T.EXE [option] [option] [...]
- ;Options: -i ......... Source-Filename(n) - wildcards possible
- ; -e ......... Path to Config-File (default 'R2T.CFG')
- ; -f ......... Bit fillorder (default 2 = LSB first)
- ; -c# ........ Compression (# = 1 - 4, 32773) Target TIFF
- ; 1 ....... uncompressed
- ; 2 ....... Huffman 1D
- ; 3 ....... Huffman 1D FAX
- ; 4 ....... Huffman 2D (READ) FAX
- ; 32773 ... PackBits (MAC)
- ; -h or /h or -? or /? showes this.
-
- ;All Sourcefiles (-i) are combined to a multipaged Tagged Image File (TIF).
- ;For singlepaged (normal) TIF, call the program with only one Sourcefilename
-
- ; This program should replace T2T.EXE (originally written by me for some other
- ; reasons and modified with my permission by Michael Buenter).
-
- ; I think, R2T in combination with Binkley EE E3-32 (ISDN), is the best choice
- ; to receive Mail AND Fax.
-
- ; If you have problems with fax reception in Binkley, I can only help insofar,
- ; you are using a modem with the Rockwell-Chip-Set (Supra, Twincom eg.).
-
- ; Do not ask me if you have a Zyxel or any other modem, because I have only a
- ; Twincom and I am not able to support other modems.
-
- ; Do not ask me about BITFAX or FAXWORKS, I use my onw fax-program. Somebody
- ; else gives me the hints about the format of FAX.LOG and FAX.IDX.
-
- ; The program MAY be bugfree, but I can not garantue it :-).
-
- ; You may contact me via Fido-Net (2:313/9.59) if you think there is a
- ; serious bug in R2T.EXE or there are possible features I have not included.
-
- ; Many thanks to Werner Baar, Michael Buenter and Bernhard Seidl for their
- ; support in making R2T.
-
-