Capture LPT1(dos) to network works for all but 1 printer

  • Thread starter Thread starter Savantas_007
  • Start date Start date
S

Savantas_007

Hi.

Local machines: winxp SP3
server: Windows2003 SBS

I have several dos programs that print to LPT1.

I've used NET USE LPT1 \\servername\printername to redirect this to our
network printers, and it works fine for all the attached network printers,
except one (off course: the one where I need it the most).

It works fine for:
- Brother HL-4200CN
- RICOH Aficio 2018

it DOESN'T work for:
- Minolta magicolor 2200 DL

When I print to the Minolta, it appears in the queue, and then dissapears as
if it was sent off to the printer without problems. Yet, the printer doesn't
do anything: no error messages, nothing.

When comparing with the other printer types, the setup of the minolta is
exactly the same....

Any suggestions??

Thx!
 
I'm not sure the printer supports raw text data.

If the device is "GDI" or "Host based" most likely no go.

Something else you can try is set the Print Processor to Winprint (printer
Properties, Advanced).

--
Alan Morris
Windows Printing Team
Search the Microsoft Knowledge Base here:
http://support.microsoft.com/search/?adv=1

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Local machines: winxp SP3
server: Windows2003 SBS

it DOESN'T work for:
- Minolta magicolor 2200 DL

looks like that printer is a GDI (AKA Windows-Only) model, as no
"emulation" or "printer language" is mentioned at
ftp://ftp.minolta-qms.com/pub/cts/out_going/manuals/2200dl/usrgde.pdf

If so, that printer cannot understand the simple data flow redirected by
the NET USE command. You need a program to capture the DOS job and
convert it into a GDI job before forwarding it to the printer, like
Printfil.
Please see
http://www.printfil.com/article/print-from-dos-to-windows-only-printers.htm

Hope this help.

Regards,
Davide
aSwIt s.r.l. - Software solutions for legacy programs and batch files
 
Thx for the quick response everybody.

Looks like this is indeed the only remaining reason.

Had guys of Minolta over here today to install a new multifunctional, and
asked them too. They weren't sure either, and were going to ask around
(apparantly not easy since the relationship between minolta and QMS changed
somewhat....)

I'll keep you posted if they come up with another solution.

Printfil is an option.

thx!
 
Tried the winprint thing (and all the other settings here for that matter)...
nothing....

Looks like you're probably right that it's going to be a no go..
 
Back
Top