Ivan,
I have been using 1.4.0
This did not work: $_lpt1 = "lpr -l -P lexmark"
This did work: $_lpt1 = "lpr -P lexmark"
It is curious why the obsolete commands work under one version of ubuntu
and not another.
Thank you very much for the help.
Victor Warner
Ivan Baldo wrote:
You forgot to tell which version of DOSEmu are you using.
For 1.4.0, delete the line $_printer_command = "lpr -l" and the
line $_printer = "lexmark" since I think those are obsolete, add the
line $_lpt1 = "lpr -l -P lexmark".
If it does not work, add instead $_lpt1 = "lpr -P lexmark" (without
the -l option).
Hope this helps, good luck!
--
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html