oliv30 wrote: Sun Mar 31, 2019 8:08 pm
'nconvert' n’est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.
Yes, that can be a problem:
First, right-click on the nconvert.exe file icon, select Properties, and on the General tab, at the bottom Security, if necessary Unblock the file.
If the problem still exists, first try using the full path to nconvert.exe, for example C:\X\nconvert.exe ...
When NConvert is recognised, note that if
C:\Users\OM>nconvert -o c:\try\%.jpg -out jpeg -q 80 "c:\input\*.*" is your batch file .bat, you will need to double
% to
%% (as in my code) to 'escape' the character in a batch file.