***************************************************************
* LISTRCMD.DEM is a sample setup file used for a short on-    *
*  screen demo of LISTR.  The page size is set to 18 lines    *
*  so that the entire output will fit on one screen.  Titles  *
*  are added on the top and bottom of the page.               *
*                                                             *
***************************************************************
*  bwm  7-03-93                                               *
***************************************************************
*
* Set top and bottom lines for screen size page.
*
..BotLine 16
..TopLine 4
*
* Set page size for screen size page.
*
..PageLines 18
*
* Create Top Title that marks the start of LISTR output
*
..Title 1 /  ///
*
* Create Top Title on line 2 of each page with file name,
* date and time
*
..Title  2  /Listing of/@Mfn:/  @mdl:  @mt12:/
*
* Create Top Title on line 3 of each page with strings of 
* equal signs.  
*
..Title  3  /=============================/***/=============================/
*
* Create Bottom Title on line 17 of each page with strings
* of equal signs.
*
..Title 17  /=============================/***/=============================/
*
* Create Bottom Title on line 18 of each page with listing
* date and time, and page number.
*
..Title 18  /Listed @cdl:  at  @ct12://Page @pg/
*
