Search found 302 matches

by kotlmg
16 May 2024 22:02
Forum: Script Exchange
Topic: script to open multiple files paths from clipboard
Replies: 6
Views: 50

Re: script to open multiple files paths from clipboard

"open from clipboard" set $SelectedItems, <clipboard>; foreach($Item, $SelectedItems, "<crlf>") { if($Item == ""){ break; } else{ OpenWith """C:\Foxit PDF Editor Pro 2024.2.0.25138\FoxitPDFEditor.exe"" $Item"; } }
by kotlmg
16 May 2024 22:01
Forum: Script Exchange
Topic: script to open multiple files paths from clipboard
Replies: 6
Views: 50

Re: script to open multiple files paths from clipboard

some how i made it to work with the following code. "open from clipboard" set $SelectedItems, <clipboard>; foreach($Item, $SelectedItems, "<crlf>") { if($Item == ""){ break; } else{ OpenWith """C:\Foxit PDF Editor Pro 2024.2.0.25138\FoxitPDFEditor.exe&quo...
by kotlmg
16 May 2024 20:54
Forum: Script Exchange
Topic: script to open multiple files paths from clipboard
Replies: 6
Views: 50

Re: script to open multiple files paths from clipboard

could you please write the code sir?
by kotlmg
16 May 2024 20:43
Forum: Script Exchange
Topic: script to open multiple files paths from clipboard
Replies: 6
Views: 50

script to open multiple files paths from clipboard

hello sir, i am able to open selected pdf files using xyplorer script using OpenWith """C:\Foxit PhantomPDF editor 5210201\Foxit PhantomPDF.exe"" <items>"; assuming clipboard contains the path of files as D:\10th class\books\NCERT_CLASS_10_MATHEMATICS_ENGLISH.pdf D:\10t...
by kotlmg
25 Nov 2022 11:05
Forum: Bug Reports
Topic: drag and drop not working in v23.80
Replies: 2
Views: 340

Re: drag and drop not working in v23.80

After the restart of windows, drag and drop started working.
by kotlmg
25 Nov 2022 07:52
Forum: Bug Reports
Topic: drag and drop not working in v23.80
Replies: 2
Views: 340

drag and drop not working in v23.80

hello sir,
drag and drop are not working in v23.80. it is from tab to tab and xyplorer to other windows. i think it is a bug.
by kotlmg
30 Oct 2022 18:35
Forum: Tips & Tricks, Questions & Answers
Topic: Search and Replace, a chain of commands
Replies: 13
Views: 3573

Re: Search and Replace, a chain of commands

// Do not add the space here! $remove = <<<>>> _ 6ch 8ch 720p 1080p 10bit 30nama bluray brrip psa web dl web-dl webrip x264 x265 yify >>>; $remove = replace(regexreplace($remove, "^[ \t]+"), <crlf>, "|"); $items = <get SelectedItemsNames>; $pattern = "([ ]|" . replace(...
by kotlmg
10 Aug 2022 19:14
Forum: Script Exchange
Topic: sort files basing on subpart given
Replies: 4
Views: 1026

Re: sort files basing on subpart given

Yes. got it. Thanks a lot.
by kotlmg
10 Aug 2022 18:08
Forum: Script Exchange
Topic: sort files basing on subpart given
Replies: 4
Views: 1026

Re: sort files basing on subpart given

thanks. it is working. Is it possible to apply sorting in ascending on the result?
by kotlmg
10 Aug 2022 16:37
Forum: Script Exchange
Topic: sort files basing on subpart given
Replies: 4
Views: 1026

sort files basing on subpart given

hello sir, i want to sort files based on sub part such as "PART". D:\Composition of Functions _ PART-11 _ Function .mp4 D:\Composition of Function _ PART-12 _ Function.mp4 D:\Definition of FUNCTION _ Introduction To Function _ PART-1 _ FUNCTION Class-12 .mp4 D:\ Class-12 CBSE_JEE Mains &am...
by kotlmg
20 Mar 2022 19:05
Forum: Tips & Tricks, Questions & Answers
Topic: Rename\Cut long names?
Replies: 8
Views: 2911

Re: Rename\Cut long names?

thanks a lot. it is working now.
by kotlmg
20 Mar 2022 10:36
Forum: Tips & Tricks, Questions & Answers
Topic: Rename\Cut long names?
Replies: 8
Views: 2911

Re: Rename\Cut long names?

// Cut long names $cLimit = 100; $sItems = get("SelectedItemsNames", "|"); foreach($item, $sItems, "|") { if(strlen($item) > $cLimit){ $ext = gettoken($item, -1, "."); $cExt = strlen($ext); $nName = substr($item, 0, $cLimit -$cExt -1) . "." . $ext; ...
by kotlmg
18 Mar 2022 14:37
Forum: Tips & Tricks, Questions & Answers
Topic: unable to see unicode in file names
Replies: 12
Views: 1747

Re: unable to see unicode in file names

i have got the solution by changing the following configuration. now i have no issues with unicode files.
by kotlmg
17 Mar 2022 19:15
Forum: Tips & Tricks, Questions & Answers
Topic: unable to see unicode in file names
Replies: 12
Views: 1747

Re: unable to see unicode in file names

yes i am able to see as follows
9 王 (Wáng)