BATCH file doesn't work

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: helmut, XnTriq, xnview

Post Reply
Guest

BATCH file doesn't work

Post by Guest »

Hi i made this Batch file:

============================
for /F "tokens=1,2,3 delims=/." %%a in ('date/t') do set date2=%%a-%%b-%%c

set path="C:\!!temp\Fotos verkleinern"
set quelle="C:\!!temp\Fotos verkleinern\1"
set ziel="C:\!!temp\Fotos verkleinern\Fotos"
set neu="C:\!!temp\Fotos verkleinern\Fotos\%date2%"

for %%f in (%neu%\*.jpg) do ("C:\!!temp\Fotos verkleinern\nconvert.exe" -rflag orient -resize 50%% 50%% %%f -o %%f.jpg)

================================

But the nconvert doesn't convert the pictures, which are in the Folder...
Post Reply