Results 1 to 2 of 2

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

  1. #1
    Join Date
    Dec 2008
    Posts
    120

    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

  2. #2
    Join Date
    Dec 2008
    Posts
    120

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

    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])

Similar Threads

  1. Wireless printer is not working in Windows based Wireless Network.
    By Mettalica in forum Hardware Peripherals
    Replies: 4
    Last Post: 04-01-2011, 04:20 PM
  2. SP3 - Cannot print to shared network printer
    By Kajj in forum Windows XP Support
    Replies: 3
    Last Post: 18-11-2008, 06:38 AM
  3. Network Printer Won't Print from one Machine
    By Paul P in forum Windows XP Support
    Replies: 6
    Last Post: 10-09-2008, 10:19 AM
  4. Have new laptop, can't print to network printer
    By Forums in forum Windows Vista Network
    Replies: 3
    Last Post: 20-07-2008, 11:51 PM
  5. Can't print on network printer
    By Deabelos in forum Networking & Security
    Replies: 2
    Last Post: 05-02-2008, 05:26 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,523,605.19539 seconds with 17 queries