home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / FAXRX100.ZIP / FAXRCVD.DOC next >
Text File  |  1994-11-01  |  9KB  |  301 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.                                  FAXRcvd 1.00 
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.                         Copyright (C) 1994 by Aaron Smith 
  37.  
  38.                               All Rights Reserved 
  39. ================================================================= 
  40.                          FAXRcvd 1.00 
  41.  
  42.        Copyright (C) 1994 Aaron Smith. All Rights Reserved. 
  43. =================================================================
  44.  
  45.  
  46.                          TABLE OF CONTENTS 
  47.  
  48.  
  49.  
  50. What is FAXRcvd?. . . . . . . . . . . . . . . . . . . . . . . . 1 
  51.  
  52. What do you need to make FAXRcvd work . . . . . . . . . . . . . 1 
  53.  
  54. Command Line Options. . . . . . . . . . . . . . . . . . . . . . 2 
  55.  
  56. Error Levels. . . . . . . . . . . . . . . . . . . . . . . . . . 2
  57.  
  58. Included Files. . . . . . . . . . . . . . . . . . . . . . . . . 3 
  59.  
  60. Contacting the Author . . . . . . . . . . . . . . . . . . . . . 3
  61.  
  62. Disclaimer, License, and Registration . . . . . . . . . . . . . 3 
  63.  
  64. Obtaining the C Source. . . . . . . . . . . . . . . . . . . . . 4 
  65.  
  66. Credits . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 
  67.  
  68. History and Fixes . . . . . . . . . . . . . . . . . . . . . . . 4 
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92. ================================================================= 
  93.                                  - i - ================================================================= 
  94.                             FAXRcvd 1.00 
  95.  
  96.         Copyright (C) 1994 Aaron Smith. All Rights Reserved. 
  97. ================================================================= 
  98.    
  99. -----------------------------------------------------------------
  100. What is FAXRcvd? 
  101. -----------------------------------------------------------------
  102.  
  103.      FAXRcvd is a program that creates a *.MSG with a FileAttach
  104. attribute set pointing to a recently received FAX. The message
  105. also contains the information within BGFAX's FAXIN.LOG and the
  106. FLAGS FAX are attached as well. This is the foundation for which
  107. FrontDoor's(FD) editor, FM uses to identify FAXes.
  108.  
  109. -----------------------------------------------------------------
  110. What do you need to make FAXRcvd work? 
  111. ----------------------------------------------------------------- 
  112.  
  113.      You'll need a copy of FD 2.20* or greater, a copy of BGFAX
  114. 1.30 or greater, a FAX modem, and of course, a computer capable
  115. of running this software.
  116.  
  117.      I won't explain how to setup BGFAX or FD as those are covered
  118. in their respective documetation.
  119.  
  120.      Additionally, though, you need to specify FD's environment
  121. variable, like so:
  122.  
  123.           SET FD=C:\FD 
  124.  
  125.       FAXRcvd tries to find this variable and uses it to find
  126. FD's SETUP.FD for information on BGFAX's directorys and your
  127. NetMail directory. If FAXRcvd can't find FD's environment
  128. variable you can still use FAXRcvd, but with some command line
  129. switches I've encorperated into FAXRcvd.
  130.       
  131.       Called from a batch file in would be something like this:
  132.  
  133. :BGFAX
  134. BGFAX /FCO e:\fax\bgfax\receive 1 Z
  135. if errorlevel 4 goto FAXRCVD
  136. goto START
  137.  
  138. :FAXRCVD
  139. FAXRCVD
  140. REM FAXRCVD -d -be:\fax\bgfax -fe:\fax\bgfax\receive -ne:\mailer\netmail
  141. goto START
  142.  
  143.  
  144. ================================================================= 
  145.                                  - 1 - ================================================================= 
  146.                             FAXRcvd 1.00 
  147.  
  148.         Copyright (C) 1994 Aaron Smith. All Rights Reserved. 
  149. ================================================================= 
  150.  
  151. -----------------------------------------------------------------
  152. Are there any command line options? 
  153. -----------------------------------------------------------------
  154.  
  155.      Sure! The following options are used with FAXRcvd: 
  156.  
  157.       ?       This will get you the help screen explaining all the
  158.               options available. 
  159.  
  160.       h       Same as above, the help screen. 
  161.  
  162.       n       The use of this option defines the NetMail directory
  163.               you wish to use, instead of the one in SETUP.FD.
  164.  
  165.       b       This one defines where BGFAX's directory is located
  166.               so that FAXRcvd can get the information from
  167.               FAXIN.LOG.
  168.  
  169.       f       Choosing this option defines the directory of where
  170.               your received FAXes are stored. This is used as part
  171.               of the subject line for determining where the FAX is.
  172.  
  173. -----------------------------------------------------------------
  174. Error Levels:
  175. -----------------------------------------------------------------
  176.  
  177.     The following are ErrorLevels produced by FAXRcvd:
  178.  
  179.     0   -   Program exited ok; no errors encountered.
  180.     1   -   Syntax Error.
  181.     2   -   FD environment variable missing and all directories
  182.             were not specified.
  183.     3   -   FAXIN.LOG file not found.
  184.     4   -   Unable to create *.MSG file.
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196. =================================================================
  197.                            - 2 - =================================================================
  198.                         FAXRcvd 1.00 
  199.  
  200.     Copyright (C) 1994 Aaron Smith. All Rights Reserved. 
  201. =================================================================
  202.  
  203. -----------------------------------------------------------------
  204. Included Files: 
  205. -----------------------------------------------------------------
  206.  
  207.       FAXRcvd.EXE  -  This is the executeable that does all the
  208.                       work so you don't have to. <BigSmile>
  209.  
  210.       FAXRcvd.DOC  -  What you are staring at right now. 
  211.  
  212.       FILE_ID.DIZ  -  This is the description file. 
  213.       
  214. -----------------------------------------------------------------
  215. Contacting Me: 
  216. -----------------------------------------------------------------
  217.  
  218. FidoNet:    1:300/200, 1:300/201      OS/2 Net:      81:305/9
  219.  
  220. 'To C or NOT to C' BBS:    +1 602.886.0710 USR D/S V.Everything 
  221.         23 Hours a day:    03:00(10:00 GMT) - 02:00(09:00 GMT) 
  222.  
  223. -----------------------------------------------------------------
  224. Disclaimer, License, and Registration: 
  225. -----------------------------------------------------------------
  226.  
  227.     FAXRcvd refers to the program file and this documentation. 
  228.  
  229.     I do not claim that FAXRcvd will work at all. In fact, it might
  230. not. I did take  the time to  check to see if it  worked for me,
  231. but everyone has their own environment to work with. I won't be
  232. liable for anything that may happen directly or indirectly because
  233. you used FAXRcvd. If it works, it's your fault, if it doesn't it
  234. is still your fault. If you use FAXRcvd, then you take the risk,
  235. I will not be liable. 
  236.  
  237.     I don't want anything for this utility. I wrote it for myself.
  238. But if you wish to provide me with something for my efforts I
  239. suggest the next time you see me, you buy me a beer(I love the
  240. Imported types<g>).  
  241.        
  242.     If you contact me with a bug, I will certainly look into it.
  243. I'm certain everyones setup's aren't like mine, so it goes without
  244. saying, there may be some problems. A good suggestion is to make
  245. a backup copy of your SETUP.FD and stash it, just in case FAXRcvd
  246. trashes the one you are using.
  247.  
  248. ================================================================= 
  249.                            - 3 - =================================================================
  250.                         FAXRcvd 1.00 
  251.  
  252.        Copyright (C) 1994 Aaron Smith. All Rights Reserved. 
  253. =================================================================
  254.      
  255. -----------------------------------------------------------------
  256. Obtaining the C Source: 
  257. -----------------------------------------------------------------
  258.  
  259.     I have no problems sharing my code, send me a NetMail message
  260. and we can descuss it. Depending on what you are using it for will
  261. depend on my releasing it. 
  262.  
  263. -----------------------------------------------------------------
  264. Credits: 
  265. -----------------------------------------------------------------
  266.  
  267.     The following items are copyrighted materials mention within
  268. this text: 
  269.  
  270.  
  271.       FrontDoor                      Joaquim Homrighausen
  272.  
  273.       BGFAX                          B.J. Guillot
  274.  
  275.       Any materials not posted here but mentioned are the
  276. copyrights oftheir respective holders. 
  277.  
  278. -----------------------------------------------------------------
  279. History and Fixes: 
  280. -----------------------------------------------------------------
  281.  
  282. 1.00  -  Initial Release 
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300. ================================================================= 
  301.                            - 4 -