How to launch the program from BAT-file?

fCoder Home - Image Converters - 2TGA

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 2GIF, 2TIFF, 2Bitmap, 2TGA, 2PNG and 2WBMP.