Search found 22 matches

by devilparada
18 Mar 2022 10:40
Forum: Tips & Tricks, Questions & Answers
Topic: How I can delete last file from every folder?
Replies: 1
Views: 429

How I can delete last file from every folder?

I have more than 100 folders with Images. Pics are named as 001.jpg.....so on. I want to delete last pics from every folder, sorted by name.
by devilparada
03 Apr 2021 18:27
Forum: Tips & Tricks, Questions & Answers
Topic: Adding new column to count no. of line in text files?
Replies: 2
Views: 517

Re: Adding new column to count no. of line in text files?

Use a custom column with a script? E.g. $wc = "D:\Tools\@Command Line Tools\unxutils\wc.exe"; return regexmatches(trim(runret("""$wc"" -l ""<cc_item>""")), "^\d+"); http://unxutils.sourceforge.net Thank You! works https://i.ibb.c...
by devilparada
31 Mar 2021 06:46
Forum: Tips & Tricks, Questions & Answers
Topic: Adding new column to count no. of line in text files?
Replies: 2
Views: 517

Adding new column to count no. of line in text files?

Is this possible to add a column which can display no. of lines in .txt files in folder?

As for now I am using ws command in terminal on my other Linux system to know no. of line count in each file.

Code: Select all

$ ws -l *.txt
by devilparada
27 Mar 2020 18:39
Forum: Tips & Tricks, Questions & Answers
Topic: Selecting files help.
Replies: 3
Views: 651

Re: Selecting files help.

highend wrote: 27 Mar 2020 07:13 Either use selfilter "1,2", "f", "#"; or selfilter "2,2", "f", "#";
I tried both, but its selecting all images.
by devilparada
27 Mar 2020 06:08
Forum: Tips & Tricks, Questions & Answers
Topic: Selecting files help.
Replies: 3
Views: 651

Selecting files help.

A folder with 15000 pics.
Named a00001, a00002...... upto a15000.

How i can select Even or Odd numbered files. In other words i want to delete half of the alternative files. even or odd numbered will be fine.
by devilparada
07 Apr 2018 13:23
Forum: Tips & Tricks, Questions & Answers
Topic: Backup Restore Problem!
Replies: 1
Views: 391

Backup Restore Problem!

I am not able to restore my backup! after clean win7 install, I did copy the "Data folder" in xyplorer installation location! but i lost my custom columns!. not completely restored! Help

where actually the "custom column" related info data saved in data folder?
by devilparada
08 Mar 2018 17:19
Forum: Tips & Tricks, Questions & Answers
Topic: How to set default location when i open xyplorer
Replies: 3
Views: 1011

Re: How to set default location when i open xyplorer

What if i have to do it manually? which line to edit in configuration line!?
by devilparada
08 Mar 2018 14:30
Forum: Tips & Tricks, Questions & Answers
Topic: How to set default location when i open xyplorer
Replies: 3
Views: 1011

How to set default location when i open xyplorer

How to set a permanent folder location when ever i open xyplorer?
by devilparada
22 Sep 2017 11:30
Forum: Tips & Tricks, Questions & Answers
Topic: Move content up And zap
Replies: 6
Views: 1902

Re: Move content up And zap

highend wrote:
zap / unzap
:?: :?: :?:
upzap mean extract all files for folders to its parent folder!

here is utility which i use https://levelzap.codeplex.com/

can xyplorer do same work without this utility???
by devilparada
22 Sep 2017 10:06
Forum: Tips & Tricks, Questions & Answers
Topic: Move content up And zap
Replies: 6
Views: 1902

Move content up And zap

How to un-zap multiple folders files.? unzap all folders at once
by devilparada
10 Aug 2017 15:35
Forum: Tips & Tricks, Questions & Answers
Topic: Rename folder name same as file name inside it!
Replies: 2
Views: 706

Rename folder name same as file name inside it!

I have numerous folders with images in it. i want my folders renamed similar to the file names inside it. how it is possible?
by devilparada
16 Jun 2017 11:23
Forum: Tips & Tricks, Questions & Answers
Topic: Auto putting files in folders
Replies: 1
Views: 475

Auto putting files in folders

I have around 1000 files in folder. I want to divide those files and put them in 50 folders , 20 images in each new folder. How i can do that?
by devilparada
10 May 2017 17:01
Forum: Tips & Tricks, Questions & Answers
Topic: Sort folders by number of files inside them.
Replies: 2
Views: 774

Sort folders by number of files inside them.

How to Sort folders by numbers of files inside folders?

How to add a column "No. of files" inside folders.
by devilparada
10 May 2017 16:33
Forum: Tips & Tricks, Questions & Answers
Topic: Find/Search photos of particular resolution?
Replies: 1
Views: 645

Find/Search photos of particular resolution?

How to Find/Search particular resolution images in multiple folders ? Like i want to search 1800x1200 images. in a haystack of 30000 images in variour 200 folders!