home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / BGFAX121.ZIP / HELPME.ZIP / FD-ZYXEL.TXT < prev    next >
Text File  |  1994-03-24  |  1KB  |  54 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for using BGFAX with the USR 21.6K/FD 2.12            03-24-94
  3. B.J. Guillot
  4. FidoNet 106/400                              InterNet: st1r8@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. Keep in mind that fax commands may not be able to be stored in NVRAM.
  8.  
  9. Here is the relevant information from FDSETUP ...
  10.  
  11. [FDSETUP] Modem -> Command Strings
  12.   Init-1 ... ATZ|
  13.   Init-2 ... AT#P713 555 1212|
  14.   Init-3 ... AT#B1+FCLASS=6|
  15.  
  16.   #b1+fclass=6             enables fax mode operation
  17.   #p713 555 1212           sets your FAX ID, up to 20 characters
  18.  
  19. [FDSETUP] Modem -> Answer control
  20.   Manual answer    Yes
  21.   Force answer ... ATA|
  22.   Answer delay ... 2
  23.  
  24. Note that the Answer delay should be modified if you are using Caller ID.
  25.  
  26. [FDSETUP] Mailer -> Errorlevels
  27.   Fax ... 255
  28.  
  29. [FDSETUP] Modem -> Default Settings -> Messages
  30.    Fax ... CONNECT FAX
  31.  
  32. @echo off
  33. c:
  34. cd\fd
  35. fd
  36. if errorlevel 255 goto fax
  37. if errorlevel 103 maint.bat
  38. if errorlevel 102 toss.bat
  39. if errorlevel 101 local.bat
  40. if errorlevel 100 dobbs.bat
  41. goto end
  42. :fax
  43.   rem ---1 is for com1 and z is for zfax format
  44.   bgfax /fax c:\bgfax 1 z
  45.   rem ---if /fax gives you problems, try using /fzyx
  46.   fdrun.bat
  47. :end
  48.  
  49. ==========================================================================
  50.  
  51. Regards,
  52. B.J. Guillot
  53.  
  54.