
getting print file to non-installed network print queue
I am trying to find a way to get a print file to a network print queue. I
know that if I do like this in DOS:
CAPTURE L=1 NB NFF Q=\\<server>\<queue>
Copy %1 /b LPT1:
CAPTURE /ENDCAP
I might have the syntax wrong.
I don't want to use a DOS .bat file to run this statement. It is
unpredictable, and doesn't always print properly. I also seem to be limited
to using LPT1 (the others don't work). Since I can only use LPT1, this
conflicts with another program that is used in our office. Is there another
method to accomplish something like this?
John