My problem is not that it does not recognize the selected files but that it does not correctly report the names and therefore fails to create the list.nsp wrote: 2020-09-12, 07:20 UTC Inside VirtualPanel, if you use %L %UL %WF you get real file names nothing else to do !
Main issue is that VPanel is not aware of selected item and you cannot indicate process with all selected files
I do not want virtual namesif you want virtual names, you have to use %v or %V but you will not get a list file just the file under the cursor
%S will give you list of virtual file name and is the most useful parameter to get selected names.
From readme, 3° parameter is optional:using vpbatch ^convert command needs 3 parameters:
List, exported text file, VP folder (can be .)
convert <source_filelist_path> <filelist_path> [<virtual_path>]
as I have already written I have tried all the variants%F %L are not the useful parameter as by default VP is looking for Unicode and Virtual Names ! (%WF can work if you have exact same names as real file name)
Finally, you tried a button with a string useful for compacting a selection of files from the virtual panel?!?
documentation of VP and TC are not 100% complete/exact![]()
do use ^ instead of redirection is good practice
<convert command stop at first error
Current VPpath is exposed in ${}Path env variable if you have more than one VP you can insert VP name inside the {VPname} !
What you can do is to convert %S parameters as a single file utf-8 or utf-16 with BOM and then process it with convert !
This not work for me.Converts list of virtual names or paths (that may be got via TC parameters like %F, %L, %WF etc.) into list of physical paths to files.