home *** CD-ROM | disk | FTP | other *** search
- --------------------------------------------------------------------------
- Setup hints for using BGFAX with the ZyXEL/FD 2.12 01-01-95
- B.J. Guillot
- FidoNet 1:106/400 InterNet: bjg90783@jetson.uh.edu
- --------------------------------------------------------------------------
-
- All FD*.TXT files are good for both FD 2.12/SW and FD 2.20/ML. One note
- is needed for FD 2.20/ML: [FDSETUP] Modem -> Fax -> Internal = "NO".
-
- Here is the relevant information from FDSETUP ...
-
- [FDSETUP] Modem -> Default Settings -> Command Strings
- Init-1 ... ATZ|
- Init-2 ... AT#P713 555 1212|
- Init-3 ... AT#B1+FCLASS=6|
-
- #b1+fclass=6 enables fax mode operation
- #p713 555 1212 sets your FAX ID, up to 20 characters
-
- [FDSETUP] Modem -> Default Settings -> Answer control
- Manual answer Yes
- Force answer ... ATA|
- Answer delay ... 2
-
- Note that the Answer delay should be modified if you are using Caller ID.
-
- [FDSETUP] Mailer -> Errorlevels
- Fax ... 255
-
- [FDSETUP] Modem -> Default Settings -> Messages
- Fax ... CONNECT FAX
-
- @echo off
- c:
- cd\fd
- fd
- if errorlevel 255 goto fax
- if errorlevel 103 maint.bat
- if errorlevel 102 toss.bat
- if errorlevel 101 local.bat
- if errorlevel 100 dobbs.bat
- goto end
- :fax
- rem ---1 is for com1 and z is for zfax format
- bgfax /fax c:\bgfax 1 z
- rem ---if /fax gives you problems, try using /fzyx
- fdrun.bat
- :end
-
- ==========================================================================
-
- Regards,
- B.J. Guillot
-
-