PRN: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Redirected page to Printing)
 
No edit summary
 
Line 1: Line 1:
#redirect[[Printing]]
The parameter which determines where the data should be sent for [[Printing]]. It can be directed to a [[printer]] or other location.
 
PRN: can be set using [[BRConfig.sys#Substitute]].
 
If the NAME= is PRN:/10, PRN:/default, PRN:/select, or PRN:/windows-printer-name, print output will be directed to the Windows Print Manager in pass through (unformatted) mode.
 
NAME=PRN:/SELECT enables users to dynamically select from the set of printers active in Windows. When BR opens a file with this value in a Windows environment, BR offers the standard Windows dialog box for user printer selection, and directs the output accordingly.
 
PRN:/DEFAULT does the same, except instead of letting the user select, it sends the output to the current Windows default printer.
 
[[Category:Needs Help]]
[[Category:All Parameters]]

Latest revision as of 16:45, 8 May 2014

The parameter which determines where the data should be sent for Printing. It can be directed to a printer or other location.

PRN: can be set using BRConfig.sys#Substitute.

If the NAME= is PRN:/10, PRN:/default, PRN:/select, or PRN:/windows-printer-name, print output will be directed to the Windows Print Manager in pass through (unformatted) mode.

NAME=PRN:/SELECT enables users to dynamically select from the set of printers active in Windows. When BR opens a file with this value in a Windows environment, BR offers the standard Windows dialog box for user printer selection, and directs the output accordingly.

PRN:/DEFAULT does the same, except instead of letting the user select, it sends the output to the current Windows default printer.