Pass ALL selected files as parameters to an external program
Moderator: xnview
-
electro
- Posts: 7
- Joined: Sun Jun 09, 2013 10:07 am
Pass ALL selected files as parameters to an external program
I'm using XnView 2.34 on Win 7. Let's say I'm in the browser mode and I select 200 files. Then I'm running an external program (through Open With) to process them. The problem is that XnView doesn't send all of them, but about 20. What should I do to increase the limit to get all the selected files? Is there any trick to get all those selected files (at least to save the files' complete paths to a text file)?
-
xnview
- Author of XnView
- Posts: 47539
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Pass ALL selected files as parameters to an external pro
you can change OpenWithMax in xnview.ini
Pierre.
-
electro
- Posts: 7
- Joined: Sun Jun 09, 2013 10:07 am
Re: Pass ALL selected files as parameters to an external pro
Thanks for reply. I don't see this option in xnview.ini. Should I add it manually? If yes, where (exact place)?xnview wrote:you can change OpenWithMax in xnview.ini
-
xnview
- Author of XnView
- Posts: 47539
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Pass ALL selected files as parameters to an external pro
Yes, please add it in [Start] section.
E.g.:
[Start]
OpenWithMax=100
E.g.:
[Start]
OpenWithMax=100
Pierre.
-
electro
- Posts: 7
- Joined: Sun Jun 09, 2013 10:07 am
Re: Pass ALL selected files as parameters to an external pro
Thanks, it worked.xnview wrote:Yes, please add it in [Start] section.
E.g.:
[Start]
OpenWithMax=100