Search found 2 matches
- 2012-08-13T14:10:35-07:00
- Forum: Bugs
- Topic: WriteBlob Failed
- Replies: 6
- Views: 18643
Re: WriteBlob Failed
Interestingly enough, no... which is why it was so hard to track down... here's the original command that was working with other paths, but this path wouldn't work FORFILES /P D:\Image_Archive_SuperHiRes_3000x3000_JPGs\_staging\ /S /M *.png /C "cmd /c convert.exe @path -quality 70 -resize 3000 D ...
- 2012-08-13T12:38:43-07:00
- Forum: Bugs
- Topic: WriteBlob Failed
- Replies: 6
- Views: 18643
Re: WriteBlob Failed
For me, this error was really frustrating me, and in the end after writing an entire program to work around it... this post helped me realize that windows and "FORFILES" was interpreting the hex character sequence that I had accidentally put as my image folder name. In other words: convert.exe D ...