When I want to print multiple copies of a report in linux, I can use the printer command like this, l="lpr -n 2 -s -dmyprinter";printer (l) How can I do this in windows? Richard D. Williams