Fox Pro DOS 2.6a
I have a dos application which requires 5 printers
I have the ports captured as follows:
lpt1= dot matri 1 ( \\SERVER1\Q1)
lpt2= LASER 1( \\SERVER1\Q2)
lpt3= THERMAL PRINTER ( \\SERVER1\Q3)
I want to select a 4th printer to print to lpt1
I use the following:
RUN "net lpt1 /DELETE"
RUN "net use lpt1 \\SERVER1\Q4"
REPORT FORMAT C:\TEMP\DEL.FRX TO PRINTER
This works, but it prints a banner page prior to the actual print out. The banner and form feed settins for the printer are unchecked.
**** 2-nd
Can I have LPT4 captured to \\SERVER1\Q4" and lpt5 captured to \\SERVER1\Q5
I am aware of dos limitations which only recognizes lpt1-lpt3
***** 3-rd
set printer to \\SERVER1\Q5 does not work
Any Ideas?
Thank you in advanced
EMC
I have a dos application which requires 5 printers
I have the ports captured as follows:
lpt1= dot matri 1 ( \\SERVER1\Q1)
lpt2= LASER 1( \\SERVER1\Q2)
lpt3= THERMAL PRINTER ( \\SERVER1\Q3)
I want to select a 4th printer to print to lpt1
I use the following:
RUN "net lpt1 /DELETE"
RUN "net use lpt1 \\SERVER1\Q4"
REPORT FORMAT C:\TEMP\DEL.FRX TO PRINTER
This works, but it prints a banner page prior to the actual print out. The banner and form feed settins for the printer are unchecked.
**** 2-nd
Can I have LPT4 captured to \\SERVER1\Q4" and lpt5 captured to \\SERVER1\Q5
I am aware of dos limitations which only recognizes lpt1-lpt3
***** 3-rd
set printer to \\SERVER1\Q5 does not work
Any Ideas?
Thank you in advanced
EMC