I always like to automate things and Irfanview is a great help for that when doing something with photos and puctures. Today I stumbled against some minor glitch when automatically converting a BMP picture to JPG with the following commandline in a batchfile:
i_view.exe c:\path\picture.bmp /convert=$D$N.JPG /jpgq=100
Irfanview then popups a messagebox with the following message:
Can't open file for writing: "c_\path\picture.jpg"
Somehow c: became c_
Workaround for now is:
i_view.exe c:\path\picture.bmp /convert=c:\path\$N.JPG /jpgq=100
I use:
Irfanview version: 4.20
Windows XP home SP3
regards,
Flintstone
i_view.exe c:\path\picture.bmp /convert=$D$N.JPG /jpgq=100
Irfanview then popups a messagebox with the following message:
Can't open file for writing: "c_\path\picture.jpg"
Somehow c: became c_
Workaround for now is:
i_view.exe c:\path\picture.bmp /convert=c:\path\$N.JPG /jpgq=100
I use:
Irfanview version: 4.20
Windows XP home SP3
regards,
Flintstone
Comment