This directory contains a number of examples in the form of shell
scripts which show you how to automate various tasks using the
faxsend and faxdir commands.

dunning_letter
	This is an example of a shell script which generates
	an ASCII form letter with substitutions.  You use
	the script with this command:
		faxsend -F group_of_people '(dunning_letter)'

faxform
letter1
	Another form letter example.  This time showing how to
	query a user supplied database for information, substitute
	it into a letter and send it out.  Letter1 is a sample
	letter.  Usage:
		faxform database_key letter1

faxreport1
	This is the first example script in the manual to send spooled reports.

faxreport2
	This is the second example script in the manual to send spooled reports.

text2landfax
	Sample shell script using the "faxjet" LaserJet printer emulator to
	convert a text file to fax format in landscape orientation at 16.66 CPI.

8lpi2fax
	Sample shell script using the "faxjet" LaserJet printer emulator to
	convert a text file to fax format with 88 lines/page (8 LPI)

fax_wp.mm
	This is a troff document that describes how to print WordPerfect
	and Microsoft Word documents "to FAX".

fax_pcl.wpm
	This is a Word Perfect macro used for printing "to FAX" using
	Hewlett Packard LaserJet Series II printer emulation.  The
	"faxjet" Printer Emulator diskette must be installed.  Copy
	this file to your WP "data" directory and rename it fax.wpm.

fax_ps.wpm
	This is a Word Perfect macro used for printing "to FAX" using
	PostScript printer emulation.  The "ps2fax" Printer Emulator
	diskettes must be installed.  Copy this file to your WP "data"
	directory and rename it fax.wpm.

faxdir.wp
	This is a shell script used for sending FAXes from within WordPerfect.
	It can be copied to /usr/bin/faxdir.wp.  The script is a kludge
	which waits for a file to finish "printing" from WP, and then
	runs the "faxdir" program with the -f option to preload the Files
	field in the Quick Send form with the name of the print file.

fax_pcl.msw
	This is a Microsoft word document that can be saved as a macro
	and can be used print "to FAX" using LaserJet II printer emulation.

fax_ps.msw
	This is a Microsoft word document that can be saved as a macro
	and can be used print "to FAX" using PostScript printer emulation.

informix.4gl
	This is an example of an Informix 4GL function which shows how
	a database application could be interfaced with the fax system.
	It is also useful to look at since it shows how cover sheet
	information can be overidden using shell variables.

/usr/bin/mailfaxer:
	A script which can be used to interface the faxsend command to
	fax_uux, "sendmail" or SVR4 mail to provide email to fax conversion
	for specific addresses or as a general email to fax gateway.
	It is also useful to look at since it shows how cover sheet
	information can be overidden using shell variables.  Also see
	/usr/bin/fax_uux, and the document "Three ways to Create an E-MAIL
	to FAX Gateway.
