Thanks Josip,
I did the test with the same parameters as you and it worked fine (good!).
I experimented with my modified code and failed (bad! :( ).
I checked, and the new problem is in the quotes used to avoid path with spaces.
example:
-o"c:\path\with spaces\file.png"
This causes the argument error.
For now I removed the quotes and I'll make sure not to have path with spaces, but I would like to know how you can fix that.
thank you very much
Alejandro
I did the test with the same parameters as you and it worked fine (good!).
I experimented with my modified code and failed (bad! :( ).
I checked, and the new problem is in the quotes used to avoid path with spaces.
example:
-o"c:\path\with spaces\file.png"
This causes the argument error.
For now I removed the quotes and I'll make sure not to have path with spaces, but I would like to know how you can fix that.
thank you very much
Alejandro