problem in network print

  • Thread starter Thread starter breadrich
  • Start date Start date
B

breadrich

hi all, we have dos based programs in a win2k file server
which is being run from win2k workstations - from the dos
based program, the printer won't work but from excel,
word... it works fine.

appreaciate your comments and help... tnx much.
 
If the DOS-based printer is looking for an LPT port to print to you may need
to connect your network printers like this:

net use lpt<x>: \\ServerName\ShareName

Replace <x> with a valid printer port number for the application (some may
only go as high as LPT3) and \\ServerName\ShareName with the path to the
network printer.

--
Richard G. Harper [MVP Win9x] (e-mail address removed)
* PLEASE post all messages and replies in the newsgroups
* for the benefit of all. Private mail is usually not replied to.
* My website, such as it is ... http://rgharper.mvps.org/
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm
 
Back
Top