RSS Feed (xml)

Powered by Blogger

Print to a Network Printer from MS-DOS-Based Programs in Windows

By default, most MS-DOS-based programs print directly to either LPT1 or LPT2. However, the output is not automatically routed across a redirector to a print share unless you use one of the following methods.

Method 1

Establish a persistent connection using NET.EXE. To do so, use the following syntax at a command prompt:
net use lptx: \\printserver\sharename /persistent:yes
Back to the top

Method 2

Print directly to the printer share by using the following syntax at a command prompt:
print /d:\\printserver\sharenamedrive:\path\filename
Because Novell NetWare's CAPTURE command is not supported in Windows NT 4.0, use the following command to map the LPT port to a Novell NetWare printer queue:
net use lptx \\server\queue
If the LPT port is redirected successfully, the following message should appear:
The command completed successfully.
To disconnect persistent LPTx connections, use the following syntax:
net use lptx /delete

NOTE: When attempting to use the CAPTURE command, the may receive the following error message (The error message may vary depending on the version of NetWare):

Code:
CAPTURE-4.01-923: An unexpected error has occurred: 255 (00FF).
(SPOOL.C: [426])


POPULAR DOWNLOADS

.