Tip on unattended report printing -
********
If you insert this into a .bat file you can print reports
without any human intervention.
rem
rem The following statements will execute Ultra edit and print
out the
rem PO summary report and the PO detail report.
"C:\Program Files\UltraEdit\uedit32.exe" /P "C:\850\RECV_RPT"
"C:\Program Files\UltraEdit\uedit32.exe" /P "C:\850\RECV_SUM"
submitted
by:
Jose Garcia
IS Director
Health Communications, Inc.
********
You can use the V file viewer program to print your reports too!
the
following line:
"C:\V\v.exe"
/Portrait /Printer:"Brother HL-1240 " C:\850\RECV_SUM"
will print your PO summary report in portrait orientation to the
specific printer Brother HL-1240
|