I try to make a command line to get a screen picture and to create a jpg out of it. The forum topics helped me a lot and I have this command:
Code: Select all
"C:\Program Files\XnView\xnview.exe" -capture=desktop,c:\temp\monrep\file.jpg
Now if the output directory contains a space character, this is what appends:
Code: Select all
"C:\Program Files\XnView\xnview.exe" -capture=desktop,c:\temp\mon rep\file.jpg
Code: Select all
"C:\Program Files\XnView\xnview.exe" -capture=desktop,"c:\temp\mon rep\file.jpg"
Very likely there is something strange in the interpretation of the output path...
Version of XnView: 1.97.2
Did I do something wrong or is there really something strange in the way the output path has been interpreted?
Any help (or fix

Best regards