home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / geneolog / pafcrd12.zip / PRN2FILE.DOC < prev   
Text File  |  1993-07-23  |  2KB  |  44 lines

  1. PRN2FILE
  2. Command
  3.  
  4. Tom Kihlken     1987/No. 22 (Utilities)
  5.  
  6.  
  7. Purpose:    Captures any output nominally directed to a printer to a file
  8.  that can then be edited by a word processor or printed later.
  9.  
  10. Format:    PRN2FILE [d:][path]filename [/Pn] [/Bn] [/U]
  11.  
  12. Remarks:    PRN2FILE is a memory resident program that is normally loaded
  13.  as part of your AUTOEXEC.BAT file.  It should be installed before other print
  14.  utilities, such as a print spooler or the DOS MODE command.  Once installed,
  15.  the program may be run multiple times to change the filename (the drive and
  16.  path default to the current directory unless specified) designated to receive
  17.  the printer output.
  18.  
  19.     Unless the filename is changed, successive print operations are 
  20. appended to (rather than overwrite) the created file.  To disable the printer
  21.  output redirection, simply omit to specify a filename.
  22.  
  23.     The optional /Pn parameter designates the printer number (the default
  24.  is LPT1) to be redirected.  Note that output to a non-existent printer (/P2
  25.  in a one-printer system) is supported.  This is another way to permit normal
  26.  printing while PRN2FILE remains resident.  Legal values for Pn range from 1
  27.  through 3.
  28.  
  29.     The optional /Bn parameter sets the buffer size.  The default value is
  30.  4096 bytes, and values up to 64K may be specified.  The buffer repeatedly
  31.  empties when partially full in order to minimize the chance of buffer 
  32. overflow even when DOS may be called on for other activities than writing the
  33.  buffer to disk.  Should buffer overflow occur an error message is produced,
  34.  but some data will be lost, so the file should be re-written using a larger
  35.  buffer.
  36.  
  37.     The optional /U parameter is used to unload PRN2FILE from memory.  If
  38.  other memory-resident utilities have been loaded after PRN2FILE and have
  39.  chained onto the same interrupts, it will not be possible to unload the 
  40. program, and a message to this effect will be displayed.
  41.  
  42.     All optional parameters may be entered in any order, but must each be
  43.  separated by a single space character that acts as a delimiter.
  44.