Space in file name
Posted: 2009-10-27T10:42:03-07:00
I am having a problem with spaces in file names. I have researched the forums and cannot solve it. I see that the reference to the file names has to be in quotes, but with the snippet of script that I found in the FAQ's, I cannot seem to get it to work.
I am using Windows XP Professional and am using this command line script.
FOR %%a in (*.jpg) DO convert %%a -resize 600x400 -quality 85 c:\test\M\%%a
I have tried putting the double quotes around the *.jpg but it will not work.
All we are trying to do is batch process many files in a single directory and put the reduced files in another directory.
Any input would be appreciated.
I am using Windows XP Professional and am using this command line script.
FOR %%a in (*.jpg) DO convert %%a -resize 600x400 -quality 85 c:\test\M\%%a
I have tried putting the double quotes around the *.jpg but it will not work.
All we are trying to do is batch process many files in a single directory and put the reduced files in another directory.
Any input would be appreciated.