XP Dos Prompt printing problem

  • Thread starter Thread starter cfkjl
  • Start date Start date
C

cfkjl

I use a Brother MFC 4600 for my Windows XP system. The
Windows programs work fine with the printer. However, I
am having difficulty to make the printer work with the
DOS prompt and Dos based software. In the DOS prompt,
the command "print something" does not send the file to
MFC 4600. My local printer is BMFC instead of lpt1 (the
only way to make the printer work in XP). Any suggestion
how I could resolve this?
 
A. The following worked on my Windows XP PC to have DOS programs print to
LPT1 and have the print come out on my USB-attached printer:

1. In Control Panel, double-click "Printers and Faxes" to open the "Printers
and Faxes" window.
2. Right-click on the USB attached printer, then click "Properties".
3. In the Properties dialog, click on the "Ports" tab.
4. Click to check the checkbox in front of "Enable Printer Pooling".
5. In the ports listbox, click to check the checkbox in front of "LPT1:".
6. At this point, both the USB line and the LPT1: line in the listbox should
be checked.
7. Click the "OK" button.

B. For network-attached printer, see this article in Microsoft's
KnowledgeBase:
http://support.microsoft.com/default.aspx?scid=kb;en-us;314499&Product=winxp
net use lpt1 \\PC-main\laser1 /persistent:yes
You must have your "PC-main" configured to share printers. See Control
Panel, "Network Connections", LAN connection, Properties, "File and Printer
sharing for Microsoft Networks". This can open up ports on your PC-main
that might allow bad guys to get to your PC-main from an Internet
connection. Ensure you have adequate firewall to block these ports between
your home network and your Internet connection. I use Linksys router between
my PCs and my cable modem to do this.
 
-----Original Message-----
I use a Brother MFC 4600 for my Windows XP system. The
Windows programs work fine with the printer. However, I
am having difficulty to make the printer work with the
DOS prompt and Dos based software. In the DOS prompt,
the command "print something" does not send the file to
MFC 4600. My local printer is BMFC instead of lpt1 (the
only way to make the printer work in XP). Any suggestion
how I could resolve this?
.
I appreciate the inputs. I solved the problem by adding
another BMFC printer with LPT1 name sharing.
 
Back
Top