Hi all, In Rbase for DOS, I have a report to print to a network printer. I create the report and print it to a file. Then I want to send the file to the network printer.
The following code works... zip net use lpt1 \\servername\print_que_name copy filename.txt lpt1 zip net use lpt1 /delete The following code gives an extra (unwanted) form feed... zip print /d:\\servername\print_que_name filename.txt Why would there be a difference? Thanks Mike

