From: Jeff R. <je...@jr...> - 2007-01-16 03:17:26
|
Hello All When I print an invoice I would like one copy to come out of my inkjet in full colour for the customer and two copies should come out of my laser for filing. Currently I find myself having to print to the inkjet then back up one page, select laser, change the amount to two and print again. I know this is not a lot of work but If I print 1000 invoices this year it's going to drive me nuts. I've tried playing around with the .conf file to create a printer called "invoice" with commands to do this without any luck. Does anyone know the syntax to put two print commands together so they execute one after another? I've tried: Invoice => 'lp -d InkJet, lp -d Simplex -n 2', Invoice => 'lp -d InkJet; lp -d Simplex -n 2', Invoice => 'lp -d InkJet: lp -d Simplex -n 2', Invoice => lp -d InkJet and lp -d Simplex -n 2'. Invoice => lp -d InkJet & lp -d Simplex -n 2', Invoice => lp -d InkJet -d Simplex -n 2', and maybe a couple of others, no luck so far. Jeff Roberts |