Everything for xyplorer

Discuss and share scripts and script files...
RalphM
Posts: 2028
Joined: 27 Jan 2005 23:38
Location: Cairns, Australia

Re: Everything for xyplorer

Post by RalphM »

Welcome to the forum wf2zxp!

As this is an English forum you might want to translate first to English before posting here.
I'm sure this would increase the number of replies you receive considerably. :whistle:
Ralph :)
(OS: W11 24H2 Home x64 - XY: Current x32 beta - Office 2024 32-bit - Display: 1920x1080 @ 125%)

Norn
Posts: 479
Joined: 24 Oct 2021 16:10

Re: Everything for xyplorer

Post by Norn »

wf2zxp wrote: 25 Apr 2022 09:34 搜所带间隔号的关键字比如"インモラル・イリュージョン"就会在结果中显示"インモラル?イリュージョン"2022-04-25_153117.png所有间隔号都显示“?”点带“?”的结果就会显示“位置当前不可用”
Found a way:
runret ("cmd /c $es $delete $text2 >$paper"); -> runret ("cmd /c chcp 65001 & $es $delete $text2 >$paper");
paperfolder( $paper, , ,"l"); -> paperfolder($name, $result, <crlf>);
Updated to v3.2.
Windows 11 24H2 @100% 2560x1440

Norn
Posts: 479
Joined: 24 Oct 2021 16:10

Re: Everything for xyplorer

Post by Norn »

Another way: manually drag and drop to the paper folder...

Code: Select all

tab("new");
 paperfolder(now("yyyy-mm-dd-hhnnss"), , <crlf>);
 run """D:\Everything\Everything.exe"" -home"
Windows 11 24H2 @100% 2560x1440

Post Reply