That completes setting up the QPCPrint Virtual Printer
Driver.
You now need to set up the device capturing from
DOS. Open a DOS command prompt and enter the command:
net use lpt1:
\\%computername%\QPCPrint

NOTE: the LPT1 port will only be redirected to use QPCPrint after you have issued this command.
If you get an error when you issue this command, then
you may want to enter the command:
net use
to get a list of any pre-existing redirections on your
system. You will then need to decide whether to redirect another printer
port to QPCPrint (such as LPT2) or whether to remove the existing redirection
first - see below.
If you want to
ensure that all output is captured by QPCPrint (even after resetting the PC), then
you would have to issue the following command in the DOS command prompt:
net use lpt1:
\\%computername%\QPCPrint /persistent:yes
To remove the redirection again open a DOS command
prompt and issue the command:
net use lpt1: /DELETE
|