Microsoft KB Archive/102218

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 16:02, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


MS-DOS Applications Do Not Recognize Redirected LPT Ports

Article ID: 102218

Article Last Modified on 11/1/2006



APPLIES TO

  • Microsoft Windows NT Advanced Server 3.1
  • Microsoft Windows NT Workstation 3.1
  • Microsoft Windows NT Advanced Server 3.1



This article was previously published under Q102218

SYMPTOMS

Redirected LPT ports created with Print Manager are not seen by MS-DOS applications. Printing to the LPT port will result in the following error message:

The system cannot write to the specified device.

The error message may vary depending on the application attempting to print.

CAUSE

Ports shared in Print Manager are not automatically translated to devices for Virtual MS-DOS Machines (VDM). Windows 16-bit applications that use standard Windows calls to print will work fine. Programs that try to access the port directly via a device name (LPTx) will be unable to print.

RESOLUTION

In order to print from MS-DOS applications, use the following command in a VDM:

   NET USE LPTx \\computername\sharename
                    

This command will enable your MS-DOS applications to access your shared printer through the LPTx port you indicate on the command line. You can make the LPTx connection persistent by using the /PERSISTENT:YES switch when issuing the NET USE command.

STATUS

Microsoft has confirmed this to be a problem in Windows NT version 3.1 and Windows NT Advanced Server version 3.1. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.


Additional query words: prodnt

Keywords: kbprint kbnetwork KB102218