Please enable JavaScript to view this site.

A-Shell Consolidated Reference

//;This is a sample print file containing A-Shell/FAX commands.

//;Lines beginning with //; or @@; are comments; 

//;Lines beginning with // are GDI commands; with @@ are fax commands.

//;To print this file, just use the PRINT.LIT command, specifying a 

//;printer whose ini file specifies DEVICE=FAX:<fax name> and

//; which contains PASSTHROUGH=OFF.

//;

@@TELNO=1-123-456-7890

@@TO=Pancho Villa

@@FROM=Emiliano Zapata

@@FROMCO=Revolutionarios, S.A.

@@FROMDEPT=Provisions

//;Uncomment the @@NOTIFY line below only if certain that the email interface is supported

//;(otherwise you may get no fax at all)

//;@@NOTIFY=email@zapatista.org

@@DOCNAME=Lunch Strategy

@@CPNAME=LIB:SECRET.COV

@@CPTOTPAGES=2

@@CPSUBJECT=Plan for Lunch

@@CPTO=Pancho Villa,General,"Revolutionarios, S.A."

@@CPTOADDR=,"Somewhere in the Sierra Madre",,,MEXICO

@@CPFROMADDR="Somewhere South of Mexico City"

@@CPNOTE="You bring the tortillas and frijoles, \"

@@CPNOTE="and I'll bring the salsa roja and cerveza."

@@CPNOTE="Buen Provecho!"

//;The rest of this document consists of regular text and

//;normal A-Shell GDI printing commands such as //SETFONT,

//;//SETMAPMODE, //TEXTOUT, etc.