Printing jpg without dialog box?

Discuss RoboTask here
Post Reply
Oleg
Site Admin
Posts: 3000
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Printing jpg without dialog box?

Post by Oleg »

The "Print document" action uses default application to print some document. Probably your default app requires to click OK before printing.

You can use command line options to print file. Use MSPaint (system simple graphics editor) to print JPG file

Command line options are:
mspaint /p "Your JPG full file name"
print JPG file on default printer

mspaint /pt "Your JPG full file name" "Printer name"
print JPG file on specified printer
Oleg Yershov
Post Reply