oops.. typo
net use LPT2 \\<printer-server-ip\<prin
Main Topics
Browse All TopicsHello!
I have a Microsoft Windows 98 network with a printer server. All devices have static IPs. In Windows you can simply add the printer by choosing "network printer" and selecting "\\<printer-server-ip>\<pr
prompt> copy test.prn \\<printer-server-id>\<pri
i need the printer name. When you look at the property dialog of the printer I can only see the printer server name.
I hope somebody can help me. Best regards,
Hamilton
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Sorry, but you cannot print a file to the print server name, but only to the printer name instead. The printer server creates up to three printer names (it has three printer connectors) in the LAN that must be addressed when wanting to print a file. But I haven't found this printer name in any of the Windows dialogs.
i'm verry sorry, but at this point i'm unable to help you further.
My knowledge of a D-link printserver is zero...
The only thing i can think of.... goto start/settings/printers
rightclick on the printer and choose properties
click on the TAB "ports" and select the printer
Now click on "configure port" and then you should see the printername...
if not... then i can't help any further..
Sorry
So if you go to a Windows machine, do an dAdd Printer in the Printer window, select network and browse, you don't find a server with printers available? The D-Link still has to conform to what a Windows machine is expecting unless you *have* to install special software in order to access the printers. Try the Windows test and see what you get. Also, did you try to use the lpt2 Goldwing offered? (actually, should be lpt2:) and then use lpt2: for printing? You have to use lpt2 from dos. It doesn't understand the unc format \\machine\printer directly, only through net use. So do the net use command and then try "copy test.prn lpt2: /b" and see if that doesn't work for you.
Also, and I don't know anything about this print server either, you should be able to configure the server with a name. Most D-Link products are not only very user friendly (IMHO) but they are also very comforming (also IMHO). :-) Write back and tell us what you find.
Good Luck!
OK, so looking in the manual:
*
Each D-Link network print server has a server name. When the
print server is shipped from the factory, it has a default name of the
form PS- xxxxxx, where xxxxxx represents the last six digits of
the Ethernet address found on the print server’s underside sticker.
*
You can change this using the PS Admin program, but you have to have IPX installed to use it! This product reached it's end-of-life Dec. 1, 2003 and was discontinued Dec. 1, 2001. But it should still work for you just fine. The manual says you can access the printer using \\server-ip\printername. There was no place to download the setup program.
So anyway, if you don't know the name of the printer, follows Goldwings instructions just above my first post. It may have a wierd name given by the server.
Some testing of mine now showed me that the problem seems to be of another kind than I thought. In my network there are two (and more) PCs with the static IP addresses 192.255.255.31 and ~.~.~.32; the last one is called "Celeron466" and has a folder "Data" accessible for the other network PCs. Sitting at the first mentioned PC and typing
prompt> dir \\Celeron466\Data
in the DOS prompt, the content of the directory is displayed. When I try the equivalent command
prompt> dir \\192.255.255.32\Data
an error message occurs telling me that the computer name could not be found in the network. Moreover, pinging the IP 192.255.255.32 works quite fine.
I noticed exactly the same behaviour as I tried the Explorer's option to bind the directory to the drive letter U:. It works when you provide the PC name, it does not when you enter the IP.
Regards, Hamilton.
Obviously that won't work! So you have to fix that first. Now you see why DHCP is so much better! Probably best to disconnect every machine, make a list of new IP's for each one, and set them one at a time regardless of whether the one they have now is a good one or not. You can waste a lot of time *fixing* them only to set one the same as another one!
Looking back at the post, I realize that when you say DOS, you mean DOS from Win98. Skip the "net use" bit. For that, you just need to capture the printer port. Open up the properties for the printer port, go to the port settings and click on capture. I don't have a Win98 machine in front of me to guide you exactly, but you shouldn't have too much trouble finding those settings. Afterwards, you can just do the copy command like I said before and it will stick between reboots. Make sure to use the right lptx that was captured. If you can't find the settings, add the printer again, and this time when it says do you print from MS-DOS, say yes. It will capture the port for you. That's all it's doing.
Business Accounts
Answer for Membership
by: GoldwingPosted on 2003-09-28 at 05:35:59ID: 9445110
do a "net use \\<printer-server-ip\<prin ter-server -name> lpt2 /p
and now try to print to "copy test.prn >lpt2"