Hello,
Upgrading our server from 2003 SBS to 2012 Standard and ran into a printer problem. I am trying to print to LPT1 on the new server and I am getting a ERR equal to 68 which is a Comm error (not very helpful).
At the beginning of the listing is a
This code worked on 2003 and gives a 68 error on 2012. Any ideas where to look?
Frank
Upgrading our server from 2003 SBS to 2012 Standard and ran into a printer problem. I am trying to print to LPT1 on the new server and I am getting a ERR equal to 68 which is a Comm error (not very helpful).
At the beginning of the listing is a
Code:
ERRCLEAR LPRINT ATTACH "lpt1" IF ERR OR LPRINT$="" THEN PRINT "Error"
Frank
Comment