This works ok:
And this doesn't:
No error message, but LPRINT$ still returns null.
If I follow http://support.microsoft.com/kb/314499 and
it does work and I can print.
Although the PBCC manual does mention potential trouble with LPRINT ATTACH to a UNC with Novell, this is just a NT domain with no Novell products in use.
Why does the LPRINT ATTACH fail?
Code:
XPRINT ATTACH "\\ZEBRA\Zebra_Z4M_Plus_(203_dpi)"
Code:
LPRINT ATTACH "\\ZEBRA\Zebra_Z4M_Plus_(203_dpi)"
If I follow http://support.microsoft.com/kb/314499 and
Code:
LPRINT ATTACH "LPT2"
Although the PBCC manual does mention potential trouble with LPRINT ATTACH to a UNC with Novell, this is just a NT domain with no Novell products in use.
Why does the LPRINT ATTACH fail?
Comment