Search found 298 matches

by kotlmg
06 May 2020 17:57
Forum: Script Exchange
Topic: Mass rename via external text editor
Replies: 16
Views: 5478

Re: Mass rename via external text editor

i have written the code as if !(get("CountSelected")) { status "No item(s) selected, aborted!", "8B4513", "stop"; end true; } writefile("%TEMP%\~ColumnEdit.txt", <get SelectedItemsPathNames <crlf>>, , "utf8bom"); run """C:\Us...
by kotlmg
06 May 2020 17:34
Forum: Script Exchange
Topic: Mass rename via external text editor
Replies: 16
Views: 5478

Re: Mass rename via external text editor

by adding triple quotes i am not getting error. i want to send selected files for renaming to editplus not to columnedit.exe


basically i want to edit selected file names with editplus not with columnedit.exe
by kotlmg
06 May 2020 17:07
Forum: Script Exchange
Topic: Mass rename via external text editor
Replies: 16
Views: 5478

Re: Mass rename via external text editor

i have written the code as if !(get("CountSelected")) { status "No item(s) selected, aborted!", "8B4513", "stop"; end true; } writefile("%TEMP%\~ColumnEdit.txt", <get SelectedItemsNames <crlf>>, , "utf8bom"); run "C:\Program Files (x86...
by kotlmg
06 May 2020 15:05
Forum: Script Exchange
Topic: Mass rename via external text editor
Replies: 16
Views: 5478

Re: Mass rename via external text editor

if !(get("CountSelected")) { status "No item(s) selected, aborted!", "8B4513", "stop"; end true; } writefile("%TEMP%\~ColumnEdit.txt", <get SelectedItemsNames <crlf>>, , "utf8bom"); run "<full path to ColumnEdit.exe>", "%TEM...
by kotlmg
05 May 2020 21:14
Forum: Tips & Tricks, Questions & Answers
Topic: wordwrap option of name column
Replies: 2
Views: 1167

Re: wordwrap option of name column

the above guidelines helped me. thanks a lot.
i have saved default layout as def1.txt
and only named layout as name1.txt.
can you give me script to toggle between def1.txt and name1.txt.

both are saved in C:\Users\KKK\AppData\Roaming\XYplorer\Columns.
by kotlmg
05 May 2020 07:14
Forum: Tips & Tricks, Questions & Answers
Topic: wordwrap option of name column
Replies: 2
Views: 1167

wordwrap option of name column

hello sir, some of my file names length is too much. i am not able to see them in name column fully due to limited length.only when mouse is taken towards the name full name appears in the tooltip. i want wordwrap option like in excel for the name column so that i can see the entire name. is this op...
by kotlmg
21 Apr 2020 17:16
Forum: Script Exchange
Topic: need script to copy image files to folders date wise
Replies: 12
Views: 2830

need script to copy image files to folders date wise

hello sir,
i have a lot of image files like .jpg,.jpeg and .png in one folder. now i want to move all those image files to date wise folders .
images are available in D:\AVI\images\

captured images are
D:\AVI\images\2020-04-21_204539.png
D:\AVI\images\2020-04-21_204511.png

with regards,
by kotlmg
16 Apr 2020 08:22
Forum: Tips & Tricks, Questions & Answers
Topic: script to select full lines from text file
Replies: 2
Views: 818

Re: script to select full lines from text file

got the solution with notepad++. it is only a simple command with search with regular expressions.
my problem is solved.
thanks.
by kotlmg
15 Apr 2020 16:19
Forum: Tips & Tricks, Questions & Answers
Topic: script to select full lines from text file
Replies: 2
Views: 818

script to select full lines from text file

sir, i think it is not related to xyplorer. is it possible to write script to select matching word full lines from text file and copy the contents to clipboard? ex: i have text file with D:\Devadas\yevadu songs\Yevadu- Freedom.mp4 D:\Devadas\yevadu songs\Yevadu- Nee Jathaga.mp4 D:\Devadas\yevadu son...
by kotlmg
03 Mar 2020 15:08
Forum: Script Exchange
Topic: Function: CreatePlaylist()
Replies: 9
Views: 5901

Re: Function: CreatePlaylist()

sir above code unable to display file names when playing the media player. it is showing numbers only. i have selected only 5 files but the above code created playlist of 158 files which i have not selected. how to include all media and audio files in the above code. can we send the above list to de...
by kotlmg
01 Mar 2020 10:35
Forum: Script Exchange
Topic: XYCollector
Replies: 6
Views: 4871

Re: XYCollector

hello sir, xycollector script is excellent. how many items it can collect and what is the limitation? can you please modify this code to search playlist files like .m3u , .asx ,.dpl and .pls? it should import the above playlist files any of the .m3u , .asx ,.dpl and .pls and display each file names....
by kotlmg
14 Feb 2020 17:02
Forum: Tips & Tricks, Questions & Answers
Topic: how to display path in addressbar with slash
Replies: 5
Views: 1473

Re: how to display path in addressbar with slash

the script copytext replace(<curpath>, "\", "/") . "/"; is working for folders only but not folder contents.
thanks a lot for the script.
by kotlmg
14 Feb 2020 16:45
Forum: Tips & Tricks, Questions & Answers
Topic: how to display path in addressbar with slash
Replies: 5
Views: 1473

Re: how to display path in addressbar with slash

i am unable to paste the data.
please guide me.
by kotlmg
14 Feb 2020 16:33
Forum: Tips & Tricks, Questions & Answers
Topic: how to display path in addressbar with slash
Replies: 5
Views: 1473

Re: how to display path in addressbar with slash

purpose is same. code is not working sir.
by kotlmg
14 Feb 2020 15:03
Forum: Tips & Tricks, Questions & Answers
Topic: how to display path in addressbar with slash
Replies: 5
Views: 1473

how to display path in addressbar with slash

hello sir,
at present xyplorer displays path in the addressbar as " C:\Program Files (x86)\The Kmplayer\Skins\"
i want it to display it as "C:/Program Files (x86)/The Kmplayer/Skins/"
is it possible?