home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / WW4SHARE / WWIV430.ZIP / WWIVFAX.SAM < prev    next >
Text File  |  2000-03-06  |  1KB  |  23 lines

  1. @ECHO OFF
  2. REM ***** If you have a faxmodem and have the result codes set up 
  3. REM ***** properly, WWIV can pass control to your fax software upon  
  4. REM ***** detection of a fax call.  WWIVFAX.BAT must reside in your 
  5. REM ***** main BBS directory and contain the commandline required by 
  6. REM ***** your fax software.  The commandline below is an example 
  7. REM ***** using BGFAX with a USR Courier Modem.
  8. REM
  9. REM X:\BGFAX\BGFAX.EXE /FCO:10 X:\BGFAX\FAXIN 2 Q /NS
  10. REM        │              │          │        │ │  │
  11. REM        │              │          │        │ │  └─── no sound
  12. REM        │              │          │        │ └────── QuickLink format
  13. REM        │              │          │        └──────── com port
  14. REM        │              │          └───────────────── path to fax storage 
  15. REM        │              └──────────────────────────── modem response type
  16. REM        │                                            and delay time     
  17. REM        └─────────────────────────────────────────── path to BGFAX.EXE
  18. REM
  19.  
  20. REM ***** Place the commandline for your fax software here:
  21.  
  22. X:\BGFAX\BGFAX.EXE /FCO:10 X:\BGFAX\FAXIN 2 Q /NS
  23.