Search found 2 matches

by Programie
Sat Feb 16, 2019 6:23 pm
Forum: Retest
Topic: Custom arguments/parameters for command buttons
Replies: 6
Views: 3278

Re: Custom arguments/parameters for command buttons

you can add in your xnview.ini, OpenWithParam=

I'm not sure whether we are talking about the same thing. The command is configured in the default.bar file instead of the xnview.ini.

The command currently looks like the this:
_cmd_=Some title;/path/to/my/script;

How to pass a custom argument ...
by Programie
Mon Jan 14, 2019 9:53 pm
Forum: Retest
Topic: Custom arguments/parameters for command buttons
Replies: 6
Views: 3278

Custom arguments/parameters for command buttons

I want to execute a single script with different arguments using the command buttons.

Right now it's just possible to specify the script or application to execute and the currently selected or open file is passed as first argument. But it's not possible to pass additional custom arguments.

Would ...