home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / fwrdfx61.zip / FWRDFAX6.DOC < prev    next >
Text File  |  1995-07-24  |  4KB  |  126 lines

  1. ----> FWRDFAX V6.0 <-----
  2.  
  3. This program works with BGFAX,a popular program for receiving fax's 
  4. with a FAX/MODEM.  When BGFAX receives a fax, it generates a FAXIN.LOG,
  5. and exits with an errorlevel of 5 (I think).  
  6.  
  7. Here is where FWRDFAX comes in:
  8. ============================================================================
  9. FWRDFAX compairs the number of the calling fax ID string in the FAXIN.LOG
  10. to numbers stored in a simple text file (see Generating a List of Numbers 
  11. below).  FWRDFAX exits with the following errorlevels
  12.  
  13. 1  A match was detected
  14. 2  A match wasn't detected
  15. 3  Program Error
  16.  
  17. This program was originally written to automaticly forward only business
  18. fax's from the author's home to his business fax machine.  Due to long 
  19. distance charges, it was desirable to only forward fax's known to be im-
  20. portant.  Fax's from unknown senders and "junk" fax's where not forwrded
  21. but where moved to a special directory.
  22.  
  23. How do I configure it?
  24. ============================================================================
  25. Simply run the enclosed CONFIG.EXE, here is what will happen.
  26.  
  27. A menu will come up with the following options:
  28.  
  29. 1  Create a FWRDFAX configuration file
  30. 2  Edit an existing FWRDFAX configuration file
  31. 3  Quit
  32.  
  33. At this point you would select "1".  After selecting "1", you will be 
  34. prompted as follows:
  35. Enter your full name?           
  36. -> Enter your name as you wish it to be if registered <- 
  37. Enter your registration code?   
  38. -> A zero MUST be entered here if unreg. <-
  39. Enter the full path and file name of your FAXIN.LOG?
  40. -> Self Explainitory <-
  41. Enter the full path and file name of NOFORWARD number list?
  42. -> See the Generating a List of Numbers below <-
  43. Enter the full path and file name of the FWRDFAX log?
  44. -> Location (usually the same directory as FWRDFAX) and name of log file <-
  45.  
  46. Edit your batch file that calls BGFAX Program .
  47. (EXAMPLE OF MY BATCH FILE) Running in rear end mode.
  48.  
  49. IF ERRORLEVEL 250 GOTO FAX
  50.  
  51.  
  52. :FAX
  53. CD\BGFAX
  54. BGFAX /FAST C:\BGFAX 1 Q /NF
  55. CD\FWRDFAX
  56. FWRDFAX6
  57. GOTO START
  58.  
  59. ------------------------------------------------------------------------------
  60. If your using BGFAX In front end mode you may use this in your batch file,
  61. I Have not tried this but it should work.Any feed back on this would help.
  62.  
  63. IF ERRORLEVEL 4 GOTO FAXIN
  64.  
  65. :FAXIN
  66. CD\FWRDFAX
  67. FWRDFAX6.EXE
  68.  
  69.  
  70. ------------------------------------------------------------------------------
  71.  
  72.  
  73.  
  74. Generating a List of Numbers
  75. ============================================================================
  76.  
  77. How do I generate the required list of numbers?
  78.  
  79. Use a text editor (MS Dos's editor will work fine) and enter one phone number
  80. on a line EXACTLY as it appears in BGFAX's FAXIN.LOG.  At the end of the file
  81. enter "EOF" on a line by itself.  There must not be any blank lines between 
  82. numbers or between numbers and the "EOF".  The "EOF" should be enterd minus 
  83. the quotes ie. EOF
  84.  
  85. EXAMPLE of the file I use that contains the info on numbers not to Forward
  86. FAX's to...( NOSEND.CTL ) is the name of my file.
  87.  
  88. 812 523 6615          <        This file contains            >
  89. 812 555 5555         <  phone numbers not to be resent       >
  90. 555 555 5555         
  91. EOF     <<<<      This EOF marker must be on the last line    >>>>>>>>
  92.  
  93. ------------------------------------------------------------------------------
  94. Any problems or questions should be directed to Hutch Zimmerman (1:2205/3) or
  95. Robert Caudill (1:2205/2)
  96. ===============================================================================
  97.  
  98.   Warranty/Disclaimer:
  99.  
  100.      We promise FWRDFAX to take up disk space.It has been tested under BGFAX
  101.      using DOS 6.2 on a 486 DLC and a 486 DX 80
  102.      Thats the only promise made. Try it at your own risk.
  103.      ZC Productions makes no other claims for your using it.
  104.             
  105.  
  106.   Updates:
  107.     The latest version will always be available from:
  108.     (Fido users can FREQ the magic name FWRDFAX)
  109.     
  110.     Just 4 Fun BBS   (812) 523-6615    Fido 1:2205/2
  111.     Ezy Does It BBS  (812) 523-7529    Fido 1:2205/3
  112.     
  113.   Credits:
  114.  
  115.   Thanks to:
  116.  
  117.       B. G. Guillot for BGFAX
  118.       MicroSoft for DOS
  119.  
  120.  
  121.  
  122.   Trademarks:
  123.  
  124.     All trademarks are trademarks or registered trademarks of their
  125.     respective holders.
  126.