T64's recent activity
What a great tool. I have converted lots of images already, but I do not want to do that manually anymore, but in a batch. I have a batch file with the following command: PhotoResizeF800x600.exe test.jpg The executable PhotoResizeF800x600 is in the s...
Thread started by T64 was updated on April 24th 2016.
Great, I got it working. Thanx a lot. I did already notice the wizard, but not as being a wizard. I thought it was a picture. Sorry for that.
Thanx Vlasta. Both commands work fine. Now I would like to add some more variables: Q, O, S and V. For Q, O and V I managed to get it working: PhotoResizeF1400x600OQ85V.exe "-cC:\done\<PATH><NAME>.jpg" . But how do I use the 'S' for skipping smaller files. I have tried different combinations in the filename of the executable and in the batch command. But I...