Page 1 of 1

Re: Printing jpg without dialog box?

Posted: Sun Aug 25, 2019 8:39 am
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