home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / filup605.zip / BRUCE605.DOC next >
Text File  |  1996-05-30  |  23KB  |  451 lines

  1. BRUCE605.DOC                         1                         Revised: 05/30/96
  2.  
  3. --------------------------------------------------------------------------------
  4.                               Contact information
  5.  
  6. For the following routines:  AV,  BFIND,  COPSINCE,  DATES,  DIRCOMP,  DIRTOTAL,
  7. EUMAIL, FILL, FIXTEXT, FORTUNE, HTMSTRIP, PAGINATE,  READINIT,  READMAKE-created
  8. files, and TXTABLE:
  9.  
  10.                 Bruce Guthrie
  11.                 Wayne Software
  12.                 113 Sheffield St.
  13.                 Silver Spring, MD 20910
  14.  
  15.                 fax: (301) 588-8986
  16.                 e-mail: bguthrie@nmaa.org
  17.                 http://hjs.geol.uib.no/guthrie/
  18.  
  19. For the following routines:  CHANGE, CONVERT, FILUPDAT, READ, and READY:
  20.  
  21.                 Bruce Guthrie
  22.                 Room H-4885
  23.                 U.S. Dept of Commerce/ESA/STAT-USA
  24.                 Washington, DC 20230
  25.  
  26.                 fax: (202) 482-2164
  27.                 voice: (202) 482-3234
  28.  
  29.                 e-mail: bguthrie@doc.gov
  30.  
  31. Foreign users:  Please provide  an  Internet-reachable  e-mail  address  in  all
  32. correspondence if you have any hope of getting a reply!  Internet e-mail is  the
  33. preferred method of contact for all  other  users  as  well.   America  On-Line,
  34. CompuServe, and Prodigy all offer Internet e-mail access so get with it!
  35.  
  36. Since these programs are typically "freeware"  (with  the  exception  of  people
  37. trying to make money from them instead of me), they generate maybe $100/year  in
  38. revenue for me.  As such, my ability to afford  wonderful  customer  support  is
  39. somewhat restricted.   Please  do  not  leave  messages  saying  "Call  me  long
  40. distance".  Also, please be specific  about  what  problems  you  encounter  and
  41. include command-line inputs as well as any control  or  INI  files  that  you're
  42. using.
  43.  
  44. Standard disclaimer in this society:  Wayne Software disclaims all warranties as
  45. to this software, whether express or implied, including without  limitation  any
  46. implied  warranties  of  merchantability,  fitness  for  a  particular  purpose,
  47. functionality, data integrity or protection.
  48.  
  49.  
  50. BRUCE605.DOC                         2                         Revised: 05/30/96
  51.  
  52. --------------------------------------------------------------------------------
  53.                                   Introduction
  54.  
  55. This documentation provides some overview information on a number of  utilities.
  56. All  programs  described  herein  were  written  by  Bruce  Guthrie.   Most  are
  57. distributed with a Wayne Software copyright.  Others were written for  the  U.S.
  58. Department of Commerce.  All are free for use provided relevant documentation is
  59. kept with the programs, no changes are made to the  programs  or  documentation,
  60. and they are not bundled with commercial programs or charged for separately.
  61.  
  62. CHANGE,  CONVERT,  FILUPDAT,   READ,   and   READY   are   excluded   from   the
  63. commercial-packaging  restriction.   These  programs  are  owned  by  the   U.S.
  64. Department of Commerce and may be re-distributed without restriction.
  65.  
  66. People who need to bundle AV, BFIND, COPSINCE, DATES, DIRCOMP, DIRTOTAL, EUMAIL,
  67. FILL, FIXTEXT, FORTUNE, HTMSTRIP, PAGINATE, READINIT, or TXTABLE  in  commercial
  68. packages other than shareware/freeware collections must pay a  $50  registration
  69. fee to "Wayne Software" at the following address.   READMAKE-created  files  are
  70. also subject to this limitation.  I don't expect to make any  money  from  these
  71. utilities but I don't want others to sell them instead.
  72.  
  73. This collection of utilities were compiled using Microsoft's  Visual  BASIC  for
  74. DOS 1.0 compiler.  Thomas G. Hanlin III's excellent  PBClone  routines,  release
  75. 2.3, provided additional functionality.  Since Tom has dropped support  for  his
  76. PBClone routines, some things will are simply not possible for me to do so don't
  77. push!  The basic routines should be able to be maintained indefinitely  as  long
  78. as DOS continues to exist; we'll see.  Keep in  mind  that  they  are  DOS-based
  79. routines so forget long Win95 file names and  such.   I  keep  thinking  that  I
  80. should be doing Windows programming but it's hard to get  psyched  up  for  that
  81. when you think of Windows as a computer virus.
  82.  
  83. Documentation provided in appropriate ZIP files:
  84.  * routine.DOC: Each utility is separately described in a like-named *.DOC file.
  85.  * FILE_ID.DIZ: Standard Description In Zip file.
  86.  * BRUCEymm.DOC: This file serves to summarize all  of  the  various  utilities.
  87.      The "ymm" indicates the release date in  year/month  format.   "601"  means
  88.      1996, first month (Jan 1996).
  89.  * BRUCEINI.DOC: Most of the routines have defaults that can  altered  by  using
  90.      initialization files (inifiles).   These  are  referenced  in  the  regular
  91.      documentation and further described here.  (One thing about *.INI files; if
  92.      you don't have one, it's in your interests to specify the "/-I"  parameter.
  93.      Otherwise, the program searches your entire DOS path looking for the file.)
  94.  * BRUCEHEX.DOC: Many of the routines allow you to enter  parameters  as  either
  95.      hexadecimal  or  decimal  strings.   This  is  referenced  in  the  regular
  96.      documentation and further described here.
  97.  
  98.      All program documentation was created  using  a  text  editor  (PE2).   The
  99.      PAGINATE command (see below) was  used  to  justify  the  text  and  create
  100.      titles, page breaks, and (where provided) indexes.
  101.  
  102. Beta  testers  and  suggestions  are  always   appreciated.    Contact   me   at
  103. bguthrie@nmaa.org  Note that all beta releases are done via e-mail  so  if  your
  104. gateway can't handle some pretty big mail attachments,  you  definitely  do  NOT
  105. want to be a beta tester for me!  Modifications that are not of  mainstream  use
  106. can be contracted for.
  107.  
  108.  
  109. BRUCE605.DOC                         3                         Revised: 05/30/96
  110.  
  111. --------------------------------------------------------------------------------
  112.                               Finding the programs
  113.  
  114. The utilities are uploaded with a ZIP name that includes the year and  month  of
  115. the release in a "ymm" format ("605" is the May 1996 version).   The  files  are
  116. posted directly by the author to two places.  The following Web  site,  provided
  117. by Hans Schrader, has the current versions of *all* programs:
  118.  
  119.                 http://hjs.geol.uib.no/guthrie/
  120.  
  121. Major revisions are directly posted by the author to the following:
  122. * Simtel (Coast-To-Coast): ftp.coast.net (http://www.coast.net/Simtel)
  123. * Simtel (Keith Petersen): ftp.simtel.net (http://www.simtel.net/simtel.net)
  124. * ZDI Software Library:  No idea where that is!
  125.  
  126.                          Simtel locations and versions
  127.  
  128. This listing is current as of the April 1996 (604) release.
  129.  
  130. http://www.coast.net/SimTel/msdos/      ftp://ftp.simtel.net/simtelnet/msdos/
  131.   ..arcutil/                            ..arcutils/
  132. av605.zip       Archive View: Free ZIP etc directory viewer
  133.   ..batutil/                            ..batchutl/
  134. dates605.zip    Warns you in advance of birthdays etc
  135. fortn605.zip    Fine-tunes DOS FOR command w/options
  136.   ..dirutil/                            ..dirutl/
  137. cops605.zip     Copies files modified since given date
  138. dirco605.zip    Updates files based on source directory
  139. dirto604.zip    Directory lister and totaller
  140. filup605.zip    Copy updated files based on a control list
  141.   ..diskutil/                           ..diskutil/
  142. fill605.zip     Stuffs as many files as possible on disk
  143.   ..offline/                            ..mailnews/
  144. eumal605.zip    Eudora utility for nicknames, boxes
  145.   ..spredsht/                           ..spredsht/
  146. convr605.zip    Convert dBase, ASCII-delim, fixed, 1-2-3
  147.   ..textutil/                           ..txtutl/
  148. bfind605.zip    Boolean FIND command (BFIND BEGIN & END)
  149. chang604.zip    Change strings in text files
  150. fixtx605.zip    Translate text file characters en masse
  151. htmst605.zip    Reprocesses HTML pages for humans to read
  152. pagin605.zip    Paginates text (indexes, sorts, tables)
  153. read605.zip     Free viewer, also make any text self-viewing
  154. txtab605.zip    Generates text tables
  155.  
  156. If you're using a version of the programs that's more  than  a  year  old,  it's
  157. almost always the case that there's  a  newer  version.   Please  check  for  an
  158. update.  If you can receive binary attachments, contact me at  bguthrie@nmaa.org
  159. for free updates.  Alternatively, send $10 made out to "Wayne Software"  to  the
  160. Wayne Software address above and I'll send you everything on diskette.  (If  you
  161. need anything other than 3.5" high density, specify that too please.)
  162.  
  163. The versions of each program posted on SimTel are documented  below  along  with
  164. the directory information for  this  site.   The  *current*  versions  of  *all*
  165. programs are posted on the Web site in Norway.
  166.  
  167.  
  168. BRUCE605.DOC                         4                         Revised: 05/30/96
  169.  
  170. --------------------------------------------------------------------------------
  171.                            Short program descriptions
  172.  
  173.    AV.EXE:  Archive directory viewer.  Presents list of files in  archive  (ZIP,
  174.    ARC, etc) and lets you sort as desired.  Also allows resetting  of  the  file
  175.    date based on the archive's contents.
  176.  
  177.    BFIND.EXE:  Allows Boolean-type FIND requests.  For example,  find  any  line
  178.    with one string AND another one, or any line  with  one  string  OR  another.
  179.    Also allows wildcarded input file names.
  180.  
  181.    CHANGE.EXE:  Processes change commands in files.  Files can be  of  any  size
  182.    and type (e.g. binary or text) and  are  processed  quickly.   Up  to  thirty
  183.    change commands can be processed in a single pass.  Also provides ability  to
  184.    remove trailing spaces from text files.
  185.  
  186.    CONVERT.EXE:  Converts between data  formats:   FROM  dBase,  ASCII-delimited
  187.    (typically commas between fields and quotes around strings), and fixed  field
  188.    TO Lotus WKS, ASCII-delimited, dBase, and fixed field.
  189.  
  190.    COPSINCE.EXE:  Copies all files modified since a given date.  Primarily  used
  191.    for making sure you have a back-up of files and also to copy updated programs
  192.    to another place.  Lets you define your own groupings of files if desired.
  193.  
  194.    DATES.EXE:  Program that warns you in advance when an event like a  birthday,
  195.    anniversary, or holiday is coming up.   The  idea  is  to  give  you  advance
  196.    warning so you can send a card or get out of town in time.
  197.  
  198.    DIRCOMP.EXE:  Similar in some ways to DOS's REPLACE command but adds  ability
  199.    to delete extra files in the destination subdirectory, copy hidden and system
  200.    files, and prepare a report showing inconsistencies.  Is frequently  used  by
  201.    network administrators to update workstation files.
  202.  
  203.    DIRTOTAL.EXE:  Prepares  report  showing  files  in  subdirectory  or  drive.
  204.    Allows restricting search based on date, size,  attributes,  etc.   Works  on
  205.    networked and CD-ROM drives.   Produces  more  formalized  report  than  some
  206.    utilities do.  Also allows you to look for duplicate file names.
  207.  
  208.    EUMAIL.EXE:  Eudora mail summarizer.  Dumps your Qualcomm Eudora mailbook  as
  209.    well as summarizing the contents of all of your Eudora boxes and folders.
  210.  
  211.    FILL.EXE:  Program designed to move files off to floppy diskettes, taking the
  212.    biggest files first and skipping those that won't fit.  Also provides  option
  213.    of splitting large files up, creating a status report, and other features.
  214.  
  215.    FILUPDAT.EXE:  Program which compares a selected list of files  in  a  source
  216.    path against those in another path and copies those that have  been  updated.
  217.    Similar to DOS' REPLACE command  but  works  from  a  stored  list  of  files
  218.    (controlled updates) and can handle any number of directories.
  219.  
  220.    FIXTEXT.EXE:  Program which applies  a  user-definable  character-translation
  221.    table to a text file.  Can allow you to convert graphics characters to  their
  222.    text equivalents, lowercase letters to uppercase letter, etc.   Can  also  be
  223.    used to translate DOS text files to Mac or Unix text files  and  vice  versa.
  224.    Can also expand tabs, remove trailing spaces, and remove backspaces.
  225.  
  226.  
  227. BRUCE605.DOC                         5                         Revised: 05/30/96
  228.  
  229.    FORTUNE.EXE:  A tuner-upper for the DOS FOR command.  Generates a batch  file
  230.    which does all those wildcard things you wished FOR could do  (like  "FORTUNE
  231.    IN (*.BAS) DO RENAME %A %2*.*" to remove parts of file names).  Lets  you  do
  232.    all sorts of things including  distinguishing  file  name  roots  from  their
  233.    extensions as well as incrementing file names by specified values.
  234.  
  235.    HTMSTRIP.EXE:  Goes  through  downloaded  pages  from  the  Web  and  removes
  236.    embedded HTML commands.  Reflows paragraphs and tries to  make  it  basically
  237.    readable.
  238.  
  239.    PAGINATE.EXE:  Reformats text files with embedded formatting codes.   Handles
  240.    things like titles, footers, indexes, alignment,  justification,  multicolumn
  241.    listings,  etc.   Also  provides  support  for  embedding  tabular  data   in
  242.    ASCII-delimited or dBase formats which can be embedded and/or sorted in  your
  243.    reports.
  244.  
  245.    READ.EXE, READY.EXE, READINIT.EXE,  and  READMAKE.EXE:   Text  file  browsing
  246.    utilities.  READ--Supports marking, copying text, reading Unix and  Mac  text
  247.    files, etc.  Handles files of 16,000 lines or less  (approx  800,000  bytes).
  248.    READY--truncates or wraps lines over 255 characters  in  length  but  handles
  249.    files of an unlimited number of lines.  READMAKE--Takes  an  ASCII-text  file
  250.    and makes it self-viewable (using a READ clone).
  251.  
  252.    TXTABLE.EXE:  Program to generate text tables.  Includes quickie utility that
  253.    dumps WordPerfect file into something this can read so you can try to convert
  254.    WordPerfect tables to text.
  255.  
  256.  
  257. BRUCE605.DOC                         6                         Revised: 05/30/96
  258.  
  259. --------------------------------------------------------------------------------
  260.                                 Revision history
  261.  
  262. Detailed revision histories for the programs are only maintained  for  the  last
  263. three releases.  After that, you get the major revision summaries only  for  the
  264. next three releases or so.  In any  case,  if  your  version  of  any  of  these
  265. programs is more than a year old, your version is definitely obsolete.  Hop onto
  266. the Web or e-mail me or something and get the new version!
  267.  
  268. -------------- (full detail; revisions made 1 to 3 months ago)
  269. Release 96/05:
  270.  
  271.   AV:  Fixed up an error in  paging  through  files  which  include  non-archive
  272.   files. Added ability to delete the archive as well as use the mouse to  escape
  273.   out of the program.  [Replaces av602.zip]
  274.  
  275.   BFIND:  Found a bug with retrieving some records  at  the  end  of  12000-byte
  276.   blocks.  Fixed this.  May have also affected CONVERT, FIXTEXT,  HTMSTRIP,  and
  277.   READY but no one reported any problems so maybe not!  [Replaces bfind604.zip]
  278.  
  279.   CONVERT: Fixed a bug relating to empty input fields when  a  field  definition
  280.   file was requested.  Allowed fixed-field input files to exceed 1000 characters
  281.   in length (new limit is 4000 characters).  Program did not guess input  format
  282.   if a non-text document as fed in (the /SCAN function);  fixed  this.   Program
  283.   skipped the first record in DBF files; fixed this.  [Replaces convr604.zip]
  284.  
  285.   COPSINCE:  Maintenance release.  Dropped the bat  logo  from  the  /?  screen.
  286.   [Replaces cops601.zip]
  287.  
  288.   DATES:   Added  the  ability  to  do  weekly   reminders.    Reorganized   the
  289.   documentation a  bit.   Dropped  bat  logo  from  the  /?  screen.   [Replaces
  290.   dates601.zip]
  291.  
  292.   DIRCOMP:  Maintenance release.  [Replaces dirco601.zip]
  293.  
  294.   EUMAIL:  Added /SPLIT and /SCAN options.  [Replaces eumal604.zip]
  295.  
  296.   FILL:  Fixed up weird error messages.  Added a trap for write-protected disks.
  297.   [Replaces fill603.zip]
  298.  
  299.   FILUPDAT:  Maintenance release.  [Replaces filup601.zip]
  300.  
  301.   FIXTEXT:  Maintenance release.  [Replaces fixtx602.zip]
  302.  
  303.   FORTUNE:  Added %* and %? options.  [Replaces fortn604.zip]
  304.  
  305.   HTMSTRIP:  Reworked  how  <A...>  and  <IMG...>  references  were  handled  by
  306.   introducing /A=spec, /IMG=spec, and /IMGALT=spec parameters.  Allows you  more
  307.   choices including whether to show the full url address or not.  Also kills off
  308.   /ALT, /SITE, /FSITE, and /-SITE parameters.  Fixed a bug related to incredibly
  309.   long cells; people are using tables to get around all sorts of  problems  with
  310.   HTML formatting and the tables were getting maxed out; if HTMSTRIP finds  it's
  311.   being hit with the condition, it now turns off table processing for this table
  312.   and just dumps it out as text.  Not a perfect solution but the  best  I  could
  313.   do. Added /BORDER=DV, /BORDER=SV, and /BORDER=TV parameters.   More  debugging
  314.   for weird tables.  Switched numeric columns to align left  instead  of  right.
  315.   Now skips Java script blocks on output.  [Replaces htmst604.zip]
  316.  
  317.  
  318. BRUCE605.DOC                         7                         Revised: 05/30/96
  319.  
  320.   PAGINATE:  Maintenance release.  [Replaces pagin601.zip]
  321.  
  322.   READ:  Maintenance release.  [Replaces read602.zip]
  323.  
  324.   TXTABLE:  Added /BORDER=DV, /BORDER=SV, and /BORDER=TV parameters.   [Replaces
  325.   txtab604.zip]
  326.  
  327. Release 96/04:
  328.  
  329. This release comes up  as  Secretary  of  Commerce  Ron  Brown  gets  buried  at
  330. Arlington.  I work at the Department of Commerce and had the chance to meet  him
  331. a couple of times.  I thought he was a very special person.  I'll miss him!
  332.  
  333. Major updates are now being posted directly on both Simtel sites  (ftp.coast.net
  334. and ftp.simtel.net).  I'm not going to pass  judgment  on  this  feud  but  it's
  335. certainly tougher on authors now.
  336.  
  337.   BFIND:  Maintenance release.  Been awhile since it came out and  some  changes
  338.   needed to be made in the documentation.  Dropped the little bat logo from  the
  339.   /? screens.  [Replaces bfind511.zip]
  340.  
  341.   CHANGE:  Fixed up a bug with the @filelist parameter.  [Replaces chang603.zip]
  342.  
  343.   CONVERT:  Fixed up some bugs  with  /OUTDEF  not  always  working.   [Replaces
  344.   convr601.zip]
  345.  
  346.   DIRTOTAL:  Fixed up a bug with some directory totalling.  Dropped  the  little
  347.   bat logo from the /? screens.  [Replaces dirto603.zip]
  348.  
  349.   EUMAIL:  This program was actually introduced last month but I didn't  add  it
  350.   to BRUCEymm.DOC file since  it  would  have  made  it  too  long.   I  dropped
  351.   ISAMMAKE/ISAMFIND so it fits  now!   Added  /DUMP,  /KILLDUMP,  /HEADERS,  and
  352.   domain parameters which are related to allowing the entire mail  file  or  its
  353.   headers to be dumped as a text file.  Added /REPEAT and /-REPEAT options which
  354.   should be useful for people using FIND or  BFIND  on  the  resulting  nickname
  355.   file.  Expanded most of the name and nickname maximum lengths (folks have some
  356.   really amazing names!).  [Replaces eumal603.zip]
  357.  
  358.   FORTUNE:  Added /WIPE parameter.  [Replaces fortn510.zip]
  359.  
  360.   HTMSTRIP:  Added /ALT parameter.  Fixed up a problem where  <BR><BR>  couldn't
  361.   generate blank lines.  More work on <PRE>...</PRE>  blocks.   If  /SYMBOLS  is
  362.   specified, changed default representation for <A> to be  "(link)"  instead  of
  363.   "[Link]", and for <IMG> to be "(image)"  instead  of  "[Image]".   <INPUT>  is
  364.   still "[Input]" though.  Expanded maximum columns per table  from  10  to  15.
  365.   [Replaces htmst603.zip]
  366.  
  367.   ISAMMAKE/ISAMFIND:  Dropped to make room for EUMAIL.
  368.  
  369.   TXTABLE:  Expanded maximum  number  of  columns  per  table  from  10  to  20.
  370.   [Replaces txtab603.zip]
  371.  
  372. Release 96/03:
  373.  
  374.   CHANGE:  Fixed a bug with /BINARY when you crossed line  boundaries  with  the
  375.   change.  [Replaces chang510.zip]
  376.  
  377.   DIRTOTAL:  Added  some  recovery  handling  for  some  of  the  weirder  Win95
  378.  
  379. BRUCE605.DOC                         8                         Revised: 05/30/96
  380.  
  381.   subdirectory structures.  Modified the  directory  totalling  section  of  the
  382.   output  report  so  longer  directory  names  could   be   shown.    [Replaces
  383.   dirto602.zip]
  384.  
  385.   EUMAIL:  New program.  Didn't document in BRUCE603.DOC though because I didn't
  386.   have room.  Gets added in 604 version of the documentation.
  387.  
  388.   FILL:  Added /FORCE option.  Made /LETTER the default.  Fixed up  some  errors
  389.   in the documentation and reduced the  size  of  the  help  display  a  little.
  390.   [Replaced fill602.zip]
  391.  
  392.   HTMSTRIP:  Added /SITE, /FSITE, and /-SITE options.  Fixed up problem with the
  393.   /RULE=s parameter (didn't work).  [Replaces htmst602.zip]
  394.  
  395.   READY:  Added /WIDTH=n as a synonym for /n (i.e.  /WIDTH=80,  /WIDTH=132,  and
  396.   /WIDTH=255).  Switched documentation and on-screen help to only reference  the
  397.   /WIDTH=n variations.
  398.  
  399.   TXTABLE:  Bug fixes.  Added support for <HR> and some  other  things  in  HTML
  400.   mode. Added /RULE=s parameter.  [Replaces txtab602.zip]
  401.  
  402. -------------- (kind of terse; revisions made 4 to 6 months ago)
  403. Release 96/02:
  404.  
  405.   AV:  Added help screen (F1) and the ability to Ctrl-PgUp or Ctrl-PgDn  through
  406.   up to 500 archives.
  407.  
  408.   FILL:  Added an estimation of the number of diskettes left to go.
  409.  
  410.   HTMSTRIP:  Tables are now handled by the program.
  411.  
  412.   READY:  Added /FILTER=filename and /TEXT options.
  413.  
  414.   TXTABLE:  Added the ability to support imbedded pseudo-HTML code  as  well  in
  415.   addition to the original input format.
  416.  
  417. Release 96/01:
  418.  
  419.   All routines:  Finally dropped support for CONFIGWS.EXE from my programs.  I'm
  420.   now at bguthrie@nmaa.org
  421.  
  422.   CONVERT:  Added cell filters.  Added the ability to  read  Unix  or  Mac  text
  423.   files.
  424.  
  425.   FIXTEXT:  Added a /BINARY option which lets you strip binary codes from things
  426.   like native WordPerfect files.
  427.  
  428.   READ, READMAKE:  Tabs are now expanded on display.
  429.  
  430.   READY:  Allowed the  program  to  handle  files  with  lines  of  132  or  255
  431.   characters. Added the various horizontal scrolling key options.
  432.  
  433.   TXTABLE:  New program.
  434.  
  435. Release 95/12:
  436.  
  437.   CONVERT:  Now allows you to read fixed-fixed files which contain  lines  which
  438.   do not end with CR/LF.  Changed the field-definition file to make the  decimal
  439.  
  440. BRUCE605.DOC                         9                         Revised: 05/30/96
  441.  
  442.   count and output length optional.
  443.  
  444.   FIXTEXT:  Added automatic detection of  input  text  format  (lines  end  with
  445.   CR/LF, CR alone, or LF alone).
  446.  
  447.   PAGINATE:  New /Linitfile parameter (allows you to replace characters from the
  448.   input file when you write out the file).
  449.  
  450. 
  451.