user iconAnonymous on September 15th 2008
1696 views

topic iconPicture Resizer and space

Hey there,
I'm using Picture Resizer all fine.
I have source folders which have spaces in their name and Picture Resizer doesn't get them
i've tried
D:\tool\PhotoResize95x95.exe -c"D:\a\some name\small\<path><name>.jpg" "D:\a\some name" -o

and it sais: "Parameter does not appear to be JPG image or folder..."
this works great with folders which don't have spaces but i don't know why it doesn't work with folder name with space

help my plz ://

user iconVlasta on September 15th 2008 0

try D:\tool\PhotoResize95x95.exe "-cD:\a\some name\small\<path><name>.jpg" "D:\a\some name" -o

user iconAnonymous on September 15th 2008 0

still nothing ... same error 😞
tnx for response
maybe somethig else?

user iconVlasta on September 15th 2008 0

I have no other idea. How does it look with actual folder name?

user iconAnonymous on September 15th 2008 0

this works
D:\Tool\PhotoResize95x95.exe -c"D:\pic\mypics\small\<PATH><NAME>.jpg" D:\pic\mypics\ -o

while this isn't work
D:\Tool\PhotoResize95x95.exe -c"D:\pic\my pics\small\<PATH><NAME>.jpg" D:\pic\my pics\ -o

also this wasn't work too
D:\Tool\PhotoResize95x95.exe -c"D:\pic\my pics\small\<PATH><NAME>.jpg" "D:\pic\my pics\" -o

:/

user iconVlasta on September 15th 2008 0

Have you tried moving the first " befor -c as in my example?
Also, try leaving out the -o, or make it the first argument (although it should work anyway).

user iconAnonymous on September 15th 2008 0

D:\Tool\PhotoResize95x95.exe -c"D:\pic\my pics\small\<PATH><NAME>.jpg" "D:\pic\my pics\"

AND

D:\Tool\PhotoResize95x95.exe "-cD:\pic\my pics\small\<PATH><NAME>.jpg" "D:\pic\my pics\"

don't work too

user iconVlasta on September 15th 2008 0

OK, remove the trailing backslash and all should work (if the folder exists).

D:\Tool\PhotoResize95x95.exe "-cD:\pic\my pics\small\<PATH><NAME>.jpg" "D:\pic\my pics"

user iconAnonymous on September 15th 2008 0

wow man!
It's works :):):)
tnx very very much for your help!!!

user icon