How to launch batch image converter from BAT-file?

Launching the program from BATCH file may be very useful when you need to make similar conversions with variable parameters.

Below we offer you two variants of using BATCH file:

First variant:

Second variant illustrates how to do the similar conversions with different source and destination folders.

Second variant:

In this example variable %1 will take on value 'c:\images\*.*' and variable %2 - 'd:\out'.

* This example works the same way with other support formats.