home *** CD-ROM | disk | FTP | other *** search
- NPRINT v1.0
-
- (c) 1990 by Christopher D. Orr
-
-
- OVERVIEW:
-
- NPRINT is a TSR designed to prompt the user for a filename and
- pass that file off to DOS's PRINT.COM. If no filename is
- specified, NPRINT will attempt a print screen. If no printer is
- detected (or a print error occurs), NPRINT will inform the user
- and abort the print screen. If a print screen is successful,
- NPRINT will send a formfeed to the printer.
-
-
-
- FUNCTIONAL DESCRIPTION:
-
- * NPRINT will only activate in modes 3 or 7.
- * The 25th text line is saved.
- * The user is prompted to enter a filename on the 25th text line.
- * A request is made to PRINT to print the file.
- * Errors returned by PRINT are displayed to the user.
- * The 25th text line is restored.
-
- * A blank filename will cause a print screen to occur
- * NPRINT checks to see if the printer is available
- * If the printer is not available, NPRINT will not attempt a print screen
- * After a successful print screen, NPRINT will send a formfeed to the printer
-
-
-
- ACTIVATION:
- NPRINT is activated by pressing the [PrtScr] key.
-