home *** CD-ROM | disk | FTP | other *** search
- Example file to setup FrontDoor 2.20c.mL, (c) and BGFax, (c)
- with a USRobotics V34 Courier Dual Standard Modem
-
-
-
- ╔═════════════════════════════════════════ Command strings ╗
- ║ ║
- ║ Escape code +++ ║
- ║ Return on-line ATO| ║
- ║ On-hook ATH0B0&N0| ║
- ║ Off-hook ~ATM0H1| ║
- ║ Dial AT ║
- ║ ├─Prefix +FCLASS=0DT ║
- ║ └─Suffix | ║
- ║ Delay 2 ║
- ║ Init-1 ATZ| ║
- ║ Init-2 AT+FCLASS=2.0| ║
- ║ Init-3 AT+FLI="817 447 3580"| ║
- ║ Down ATM0H1| ║
- ║ Attention ATH0B0&N0X7| ║
- ║ ║
- ╚══════════════════════════════════════════════════════════╝
-
-
- ╔═════════════════════════════════════════ Answer control ╗
- ║ ║
- ║ Manual answer Yes ║
- ║ Force answer AT+FCLASS=2.0|~AT+FAA=1+FNR=1,1,1;A| ║
- ║ Answer delay 2 ║
- ║ Enable LDFRS No ║
- ║ ║
- ╚═════════════════════════════════════════════════════════╝
-
-
- ╔═══════════ Connect messages ╗
- ║ 300 CONNECT ║
- ║ 1200 CONNECT 1200 ║
- ║ 1275 CONNECT 1275 ║
- ║ 2400 CONNECT 2400 ║
- ║ 4800 CONNECT 4800 ║
- ║ 7200 CONNECT 7200 ║
- ║ 9600 CONNECT 9600 ║
- ║ 12000 CONNECT 12000 ║
- ║ 14400 CONNECT 14400 ║
- ║ 16800 CONNECT 16800 ║
- ║ 19200 CONNECT 16800 ║
- ║ 21600 CONNECT 21600 ║
- ║ 24000 CONNECT 24000 ║
- ║ 26400 CONNECT 26400 ║
- ║ 28800 CONNECT 28800 ║
- ║ 38400 CONNECT 38400 ║
- ║ 57600 CONNECT 57600 ║
- ║ 64000 CONNECT 64000 ║
- ║ 115200 CONNECT 115200 ║
- ║ Fax +FCO ║
- ╚═════════════════════════════╝
-
-
- ╔═════════ Errorlevels ╗
- ║ 300 0 ║
- ║ 1200 0 ║
- ║ 1275 0 ║
- ║ 2400 111 ║
- ║ 4800 111 ║
- ║ 7200 111 ║
- ║ 9600 111 ║
- ║ 12000 111 ║
- ║ 14400 111 ║
- ║ 16800 111 ║
- ║ 19200 111 ║
- ║ 21600 111 ║
- ║ 24000 111 ║
- ║ 26400 111 ║
- ║ 28800 111 ║
- ║ 38400 111 ║
- ║ 57600 0 ║
- ║ 64000 0 ║
- ║ 115200 0 ║
- ║ Custom 0 ║
- ║ Fax 112 ║ <----- Set to errorlevel of your choice. (31-255)
- ║ Received mail 230 ║
- ║ Create BAT.file Yes ║
- ╚══════════════════════╝
-
-
- <---- The below lines go in your batch file. ---->
-
-
- if errorlevel 112 goto FAXIN <----- Must be same as above ;-)
-
-
- :FAXIN
- cd\bgfax
- rem %%%/// To use ZFAX format change the "Q" to a "Z" \\\%%%
- rem %%%/// To use com port 1, change the 2 to a 1 \\\%%%
-
- bgfax.exe /FCO c:\bgfax 2 Q
-
- rem %%%/// To enable the printing of faxes when they are received \\\%%%
- rem %%%/// un-comment the following line \\\%%%
-
- REM DOPRINT.BAT
- GOTO LOOP
-
- ==========================================================================
-
- The next part is for the EXEPrint.Bat file that needs to be in your inbound
- Fax directory.
-
- This is setup for using QuickLink II software, with a 9 pin printer on LPT1
- and a high resolution. (You will need to copy the correct *.QLP file from
- your QL2Fax directory into your inbound Fax directory. Also, QL2Fax MUST be
- located in your path.
-
-
- @echo off
- printfax %1 9pin.qlp /L1 /Q2
- del c:\bgfax\doprint.bat
- cd\fd
- fdrun.bat
-
- ============================================================================
-
- Legal Stuff:
-
- FrontDoor is copyright, (c) 1986-1994, Joaquim Homrighausen
- BGFax is copyright, (c) 1993-1994, B.J. Guillot
- QuickLink II is copyright, (c) 1993, Smith Micro Software Inc.
- Courier and USRobotics are registered trade marks of USRobotics Inc.
- ZFAX is copyright, (c), 1992, ZyXEL Communications Corp.
-