Maybe it would be $execSFN() instead of $exec() ?
As it is, some programs out there may not handle LFN... too well.
(Top of list, MS
A $exec() of fullpathlen > 259 (or so), fails (in CHK).
Where a drag&drop of same set of files, works.
(I suppose that is by virtue of,
shell_execute_short_parameters=1If there were a way to send %* as SFN, or if there where a $execSFN(),
that worked in a way that shell_execute_short_parameters=1 worked,
then I could $exec() (via hotkey), rather then having to manually drag & drop.
1. $exec(), custom_open_command06=$exec("C:\BIN\chk.4.EVERYTHING.exe" %*)
- (CHK) does not "see" fullpathlen > ~159 chars, only 1 file is hashed
2. drag & drop
- Everything "shortens" things, where necessary, making it work - for all the files
.