I added the environment variable SCITE_USERHOME and the error message went away. Thanks.
My executable problem still exists but I will post another topic for clarity.
Thanks again.
Hello,
use _ClipPutFile()
If you place multiple FullFilePathNames, separated by "|" into one string, you can place them all-in-one to the clipboard, regardless of the folders these files are stored in. In your screenshot you already used this function, I didn't get, why you are not happy with that one?
I used it in several "Collect files across many differnt folders" tools, no problems.
$put2clip="C:\temp\File-1.txt|D:\OtherDrive\anotherfolder\file-2.txt|\\server\share\path\file-3.txt"
_ClipPutFile($put2clip)