Microsoft DOS
--
Questions
--
Followers
Top Experts
I also have Windows98 on a different system, and there are drivers for the printer for windows98. But I am having the same problem, as the software only supports LPT and COM ports i cannot print from the software. I can print word documents but no reports or receipts from software.
Is there any redirect my USB port so that it prints of LPT.
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Note, that the DOS software must be configured to use the specific printer on your USB port. It needs to send the proper printer control sequences. If the software doesn't have your printer listed, I'd go with whatever is closest to HP compatible.
Good Luck,
Steve
However, it is not possible to print from your DOS application without Windows running.
This printer has Poscript Level 3 and HP PCL 6 support.
Try to set HP Laserjet or HP DeskJet printer in your DOS application.
net use lpt1:\\computername\sharep
In this way your printer will work under 98
To get some usb devices to work under MS-DOS you can follow this link
http://www.bootdisk.com/usb.htm
Good-Luck
Dan






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
**I also have Windows98 on a different system, and there are drivers for the printer for windows98**
Because Windows98 is still using MS-DOS and redirecting the USB port to lpt1 it should work
Just trying to help
Dan
About DOS drivers on www.bootdisk.com.
Those are drive support solution, not printer.

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Moreover I don't have internet connected to the computer. Its just the cmputer and the printer and the printer is connected throught USB port in the computer. And the software I have only has options like LPT and COM. And I cannot have a network or anything unless I just have the router, and printer and computer connected to it. There is no way to get internet connected to it. So if there is a way to have just the routher and still make it work i would be happy. And the printer DELL 1600n does not have a LPT port.
And the software I use does not have the ability to add printer. So my dell printer cannot be added to it. The software has options like Standard printer, laser printers, Epson printer, and my old Okindata printer.
You can redirect LPT printer port to USB network printer. All you need is "one computer" network without any router or internet connection.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
Β
"The network name cannot be found".
The command net use lpt1:\\computername\sharep
the computername = YOUR computer name
the shareprintername = the share name you give the printer
So to find your computer name type at the command prompt --> net view here you will find the \\computername
To find the sharename if you open the printer settings you can find a tab sharename
use this name in the net use lpt1 \\yourcomputername\hereyou
If you don't have the share name tab look at the following link and follow this steps
http://www.microsoft.com/windows98/usingwindows/work/articles/906Jun/Shareprinter.asp
Good-Luck
Dan

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
I also tried using "net use lpt1 \\home\dell /yes
home being my computer name and DELL being printer share name and it gave me an error saying
This operation cannot be performed to your own computer.It can only be performed on server
And I am running Windows 98.
I don't know what the problem is.
The problem is, local network printer redirection is possible on newer windows versions only.
It is not possible to redirect disk drive also. So net command is useless.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
I heard there is LPT to USB converter, but it works properly only in 10% of cases. It costs less than 5 EURO in Poland.
can you type net use and see if there are any results and post them here
Also just try the net use command without the /yes
Dan
"This operation cannot be performed to your own computer.It can only be performed on server"
Maybe it is possible on Windows 98 SE, while it is not possible on older Windows 98.

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Strange because i was just reading an artikel that it also is possible in 95 Nice problem !!
Dan
net use lpt1: \\home\dell /persistent:yes
This command has to work in all versions of 98 but is indeed not working in lower versions of windows
Danny






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
The first step is to install the USB printer normally into Windows. Once the printer is installed and the obligatory test pages print correctly, proceed to the following steps.
Assign the printer a shared name. Generally this happens during installation, but if you skipped that step or somehow installed the printer without giving it a resource name, do that now.
Share names should be alphanumeric (the first letter must be an alphabetic character). Even though share names can contain spaces, I recommend not putting spaces in resource names. The reason is because it's more difficult to use commands like:
net view \\my computer name Β
If the Network Nazi for your system insists on names with embedded spaces, here's a way to do it:
net view \\"my computer name" Β
Next, pick an unused LPT port.
At the operating system prompt, enter the following command:
net use Β LPT1 Β \\computer_name\HP Β /Persistent:Yes
where:
LPT1 is the name of the printer port. Note that a colon (:) does not appear after the port name on the command line.
\\computer_name is the name of the computer that is attached to the USB printer.
HP is the resource name of the USB printer.
/Persistent:Yes denotes that this connection should be reestablished when the system is rebooted.
The above command line can be inserted into the autoexec.bat or network login script, whichever is most appropriate for your installation.
To verify that the connection was successful, use this command:
net view \\computer_name
After the LPT port has been associated with the USB port, open the printer configuration panel (Start | Settings | Control Panel | Printers | Right Click on the Printer | Properties) and change the data stream from RAW to Text mode. Use these steps:
Choose the Advanced tab or button
Choose the Print Processor button
In the Data Type section, change the data type from RAW to TEXT.
Apply and Close the printer panel.
To test that the printer has been successfully configured, at the command prompt, execute:
dir >Β lpt1:
Small directory listings won't have enough information to force a page to eject, so you might have to repeat this a couple times to get a page to actually print.
Deleting the Connection
To delete the LPT port connection, use the command:
net use LPT1 /Delete
Β
I'll have to remember this.
Richard.

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
Steps to follow:
1. You have to edit the hosts file in your windows directory e.g. c:\windows\system32\driver
YOUR-SYSTEM-IP COMPUTER-NAME
Now save the host file.
2. Use following command
(For Temporary Basis)
Net Use LPT1 \\computername\printershar
(For Permanent Basis)
Net Use LPT1 \\computername\printershar
I have tested it on my PC(XP) and it works fine.
Enjoy.
Ali Arsalan Junejo
Pakistan Β
Microsoft DOS
--
Questions
--
Followers
Top Experts
Microsoft Disk Operating System (MS-DOS) was an operating system for x86-based personal computers, and traces of it are still found in the Windows operating system. DOS is still used in some embedded systems and for certain legacy 16-bit networks.