Code: Select all
openwith """C:\Program Files\WinRAR\WinRAR.exe"" a -r -ep1 ""<date yyyy-mm-dd hh-nn-ss>"""Code: Select all
openwith """C:\Program Files\WinRAR\WinRAR.exe"" a -r -ep1 ""<date yyyy-mm-dd hh-nn-ss>"""Code: Select all
openwith """C:\Program Files\WinRAR\WinRAR.exe"" a -r -ep1 ""<date yyyy-mm-dd hh-nn-ss>""",, <selitems |>;No luck, still includes it. It's also just that one folder, regardless of its name.jupe wrote: ↑18 Apr 2023 22:48 Provide the filenames to the 3rd param of openwith, that should mitigate it.
Code: Select all
openwith """C:\Program Files\WinRAR\WinRAR.exe"" a -r -ep1 ""<date yyyy-mm-dd hh-nn-ss>""",, <selitems |>;
When done through Windows Explorer (and Command Prompt or Powershell) or through the Context Menu or in WinRAR directly, it doesn't include it. WinRAR in this case should only have access to the selected files, no? Which somehow includes that one folder, so I would assume XYplorer provides it.
text <selitems |>; reports that folder as selected (when Winrar would include it in the archive)?msg <selitems |>; included the folder's files indeed. I might be doing something wrong but text <selitems |>; doesn't seem to do anything for me.