Hi all,
I have the following issue. I have created a batch file which allows me in a very simple way to convert any format into the jpeg format.
Does a command line parameter exist which allows me to write the result of the convertion into a txt file?
Volker wrote:Hi all,
I have the following issue. I have created a batch file which allows me in a very simple way to convert any format into the jpeg format.
Does a command line parameter exist which allows me to write the result of the convertion into a txt file?
And I have got the following result in the test.txt:
** NCONVERT v4.86 (c) 1991-2007 Pierre-E Gougelet (Jan 29 2008/13:24:04) **
Version for Windows NT/9x/2000/Xp/Vista (All rights reserved)
** This is a freeware software (for non commercial use)
And I have got the following result in the test.txt:
** NCONVERT v4.86 (c) 1991-2007 Pierre-E Gougelet (Jan 29 2008/13:24:04) **
Version for Windows NT/9x/2000/Xp/Vista (All rights reserved)
** This is a freeware software (for non commercial use)
content of my .bat file:
nconvert -log -out jpeg -truecolors c:\photos\photos\*.BMP 1>c:\photos\test.txt
nconvert -log -out jpeg -truecolors c:\photos\photos\*.gif 1>c:\photos\test.txt
content of test.txt afterwards:
** NCONVERT v4.86 (c) 1991-2007 Pierre-E Gougelet (Jan 29 2008/13:24:04) **
Version for Windows NT/9x/2000/Xp/Vista (All rights reserved)
** This is a freeware software (for non commercial use)