Configuration | General | Custom Event Actions | Before browsing a folder
Code: Select all
copydata $es_hwnd, "<newpath><crlf><hwnd>", 0;The "EV FOR XY" folder in the archive needs to be placed in the Scripts folder.
Code: Select all
copydata $es_hwnd, "<newpath><crlf><hwnd>", 0;Yep.All modes of this function have the same result.
Code: Select all
perm $es_results = "";
copydata $es_hwnd, "<curitem><crlf><hwnd>", 0;Code: Select all
perm $es_results = "";
run """D:\Program Files\XYplorer\Data\Scripts\EV FOR XY\es_thread.ahk"" <curitem> <hwnd>"