home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1026 / nprint.doc < prev   
Encoding:
Text File  |  1990-12-28  |  1.1 KB  |  35 lines

  1.                NPRINT v1.0
  2.  
  3.          (c) 1990 by Christopher D. Orr
  4.  
  5.  
  6. OVERVIEW:
  7.  
  8.    NPRINT is a TSR designed to prompt the user for a filename and
  9. pass that file off to DOS's PRINT.COM.  If no filename is
  10. specified, NPRINT will attempt a print screen.  If no printer is
  11. detected (or a print error occurs), NPRINT will inform the user
  12. and abort the print screen.  If a print screen is successful,
  13. NPRINT will send a formfeed to the printer.
  14.  
  15.  
  16.  
  17. FUNCTIONAL DESCRIPTION:
  18.  
  19.   *  NPRINT will only activate in modes 3 or 7.
  20.   *  The 25th text line is saved.
  21.   *  The user is prompted to enter a filename on the 25th text line.
  22.   *  A request is made to PRINT to print the file.
  23.   *  Errors returned by PRINT are displayed to the user.
  24.   *  The 25th text line is restored.
  25.  
  26.   *  A blank filename will cause a print screen to occur
  27.   *  NPRINT checks to see if the printer is available
  28.   *  If the printer is not available, NPRINT will not attempt a print screen
  29.   *  After a successful print screen, NPRINT will send a formfeed to the printer
  30.  
  31.  
  32.  
  33. ACTIVATION:
  34.   NPRINT is activated by pressing the [PrtScr] key.
  35.