***************************************************************
* LISTRCMD.TXT is a sample setup or command file that may be  *
*  used to print most ASCII files with header and footer      *
*  lines that list the file name, creation date and time, the *
*  date and time of listing, and provide page numbers.        *
*                                                             *
*  This file uses the LISTR defaults for characters per line  *
*  and lines per page.  Refer to LISTR.DOC to change these    *
*  settings, and to customize the layout according to your    *
*  preferences.                                               *
*                                                             *
*  LISTR will use this command file while printing any file   *
*  with the .TXT extension if this command file is in the     *
*  current directory, or in the directory pointed to by the   *
*  LISTRCMD variable in the DOS environment.  See the COMMAND *
*  FILES section of LISTR.DOC for more information.           *
***************************************************************
*  bwm  7-06-92                                               *
***************************************************************
*
* Create Top Title on line 2 of each page with file name,
* date and time
*
..Title  2  /Listing of//@Mfn:  @mdl:  @mt12:/
*
* Create Bottom Title on line 63 of each page with listing
* date and time, and page number.
*
..Title 63  /Listed @cdl:  at  @ct12://Page @pg/
*
* Turn off text wrapping.  This will truncate lines that
* are longer than the default characters per line.  Remove
* this line if you want long line to wrap to the next line
* instead of being truncated.
*
..Wrap OFF
*