Hello
I am using the command-line application using a call from a windows program I have made.
This program uses an open command from the windows API, opening then a DOS console windows, where the command line is executed with the parameters for exiftool.exe.
I am already using this technique for other command line image libraries (LibRaw with simple_dcraw.exe for example), and at the end of the processing the DOS console window closes automatically.
The trouble here is that, at the end of the processing, the program (or the PERL shell ?) asks for a "press RETURN", and the DOS console windows is still open. This is not what I would like .. i would like automatic closure of the window.
How can I bypass the "press RETURN" ?