|
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'. |