Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

printing tif files

Status
Not open for further replies.

scrsadmin

Technical User
May 3, 2004
62
0
0
US
Need help scripting to print tif files. I will ahve a list of 100 files that i want to automate the print. But not sure how to script printing a tif file.

 
I would install IrfanView and use command line options to print.

Example for print:
i_view32.exe c:\test.jpg /print
=> Open 'c:\test.jpg', print the image to default printer and close IrfanView
i_view32.exe c:\test.jpg /print="Printer Name"
=> Open 'c:\test.jpg', print the image to specific printer and close IrfanView
i_view32.exe c:\*.jpg /print
=> Print all JPGs from "C:\" and close IrfanView
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top