Description
Command line arguments are not sent to CLI app if one or multiple folders are selelcted along with files. If only files are selected, then they are sent properly to the application.
To Reproduce
<?xml version="1.0" encoding="utf-8"?>
<root>
<shell>
<menu name="arguments.debugger.3">
<actions>
<property name="selection.multi.separator" value="" "" />
<property name="source.items" value=""${selection.path}"" />
<property name="selection.multi.separator" value="${line.separator}" />
<message title="${source.items}" />
<exec path="${application.directory}\arguments.debugger.window.exe" arguments="${source.items}" />
<message title="${source.items}" />
<property name="source.items" value="" />
</actions>
</menu>
</shell>
</root>
If only files are selected, there is no problem in displaying the arguments in 'Argument Debugger' application. Both the 'message' actions are executed also.
But, if one or multiple folders are selected along with files, the 'exec' action simply fails; the arguments are not shown in 'Argument Debugger' application. The 2nd 'message' action is not executed.
Environment
- OS: Windows 8.1 Enterprise fully updated
- ShellAnything v0.10.0
Description
Command line arguments are not sent to CLI app if one or multiple folders are selelcted along with files. If only files are selected, then they are sent properly to the application.
To Reproduce
If only files are selected, there is no problem in displaying the arguments in 'Argument Debugger' application. Both the 'message' actions are executed also.
But, if one or multiple folders are selected along with files, the 'exec' action simply fails; the arguments are not shown in 'Argument Debugger' application. The 2nd 'message' action is not executed.
Environment