Testing Printer
Allan,
PAR: is a low-level DOS interface to whatever is connected to the port. If
you refer to PAR: and nothing is listening to the port, a write to it may
just hang. PRT: provides a higher-level interface, and includes a time-out
check with a requestor to inform the user that something is wrong with the
printer.
-Bill Hawes