if I have this character ✔ in foldernames, nconvert refuses to work:
Code: Select all
C:\Users\user\AppData\Local\Temp>C:\NConvert\nconvert.exe -v -negate "C:\#test\Test ✔\test.jpg"
** NCONVERT v7.172 (c) 1991-2024 Pierre-E Gougelet (Feb 19 2024/14:50:40) **
Version for Windows 7/8/10/11 x64 (All rights reserved)
** This is freeware software (for non-commercial use)
##########################Files opened: 0
Files written: 0
Code: Select all
C:\Users\user\AppData\Local\Temp>C:\NConvert\nconvert.exe -v -negate "C:\#test\Test\no_existing_file.jpg"
** NCONVERT v7.172 (c) 1991-2024 Pierre-E Gougelet (Feb 19 2024/14:50:40) **
Version for Windows 7/8/10/11 x64 (All rights reserved)
** This is freeware software (for non-commercial use)
Error: Can't open file (C:\#test\Test\no_existing_file.jpg)
##########################Files opened: 0
Files with open error: 1
Files written: 0
while nconvert works nicely without that (or other very special) character:
Code: Select all
C:\Users\user\AppData\Local\Temp>C:\NConvert\nconvert.exe -v -negate "C:\#test\Test\test.jpg"
** NCONVERT v7.172 (c) 1991-2024 Pierre-E Gougelet (Feb 19 2024/14:50:40) **
Version for Windows 7/8/10/11 x64 (All rights reserved)
** This is freeware software (for non-commercial use)
A JPEG TrueColor (v1.1) (RGB) - JPEG was recognized : C:\#test\Test\test.jpg
Width:1000 Height:374 with 16777216 colors
Nplanes : 1 Bitscount : 24
Bytes Per Plane : 3000
xdpi : 72 ydpi : 72
Negating : OK
Conversion of C:\#test\Test\test.jpg into C:\#test\Test\test_1.jpg OK
##########################Files opened: 1
Files written: 1
Also, I can't take care of all special characters before the batch run, because normally, I don't own the folders.
How can I make nconvert work with spacial characters?
Thank you.