CD-Tree with all files

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
AlfaBeta
Junior Member
Junior Member
Posts: 5
Joined: 2011-11-21, 09:08 UTC

CD-Tree with all files

Post by *AlfaBeta »

Hello everyone,
I'm new here, so I apologize if I post this in a wrong place or giving a bad name of topic.
I do not know how to say it, but this is my problem :
I have a folder with many sub-folders and many, many documents (I think over 1000 files). I must send to a associate only a part of this documents, the ones he needs, so I must send him a list of all documents (but arranged by folders and subfolders, if not, my associate we'll not be able to understand something) and he will choose the files.
So I made a CD-Tree, I printed it (a made it a .pdf file) and I send him the .pdf file. But the CD-Tree has printed only the folders and the subfolders. He wasn't able to see the files from each folder.
How can I do a list with all the files of the folder ?
Thanks !
User avatar
Peter
Power Member
Power Member
Posts: 2068
Joined: 2003-11-13, 13:40 UTC
Location: Schweiz

Post by *Peter »

Take a look to the plugins "Catalog" and "DiskDir Extended":
http://ghisler.com/plugins.htm

These are wonderful tool to create file-lists.

Peter
TC 10.xx / #266191
Win 10 x64
AlfaBeta
Junior Member
Junior Member
Posts: 5
Joined: 2011-11-21, 09:08 UTC

Post by *AlfaBeta »

Apparently it works fine (even if I had some problems until making it right).
Thanks a lot Peter !
AlfaBeta
Junior Member
Junior Member
Posts: 5
Joined: 2011-11-21, 09:08 UTC

Post by *AlfaBeta »

One last question. The .lst file who contains all the folders and files can be read by someone who has not installed the plug in in Total Commander or Total Commander at all ?
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

Well, you can read it using e.g. Notepad, it is not so convenient as via TC with DiskDirExtended, but possible.
AlfaBeta
Junior Member
Junior Member
Posts: 5
Joined: 2011-11-21, 09:08 UTC

Post by *AlfaBeta »

I send it to my associate, he can not open the file (but he has Total Commander), he tried with F3, but like MVV said is very inconvenient, especially for long names files. Still searching.
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

Just suggest him to install DiskDirExtended. :)
DiskDirExtended is the only thing he needs to view such files. :D
User avatar
Peter
Power Member
Power Member
Posts: 2068
Joined: 2003-11-13, 13:40 UTC
Location: Schweiz

Post by *Peter »

AlfaBeta wrote:One last question. The .lst file who contains all the folders and files can be read by someone who has not installed the plug in in Total Commander or Total Commander at all ?
As MVV already wrote you have to consider that ...

- the created files are "simple" text files, so can open, read and print it with all standard tools like notepad, word, editors and so on. BUT then you will see only a simple list - rather long and rather unhandy.

- the usage of TC with the Plugins gives you the full power of TC: displaying, searching, comparing, filtering - with the list you can do all the things that you can to with your "real file system".

T o use the lists in TC you need only to press ENTER when the file is selected. The relating panel will open the list like a "file structure".

Regards

Peter
TC 10.xx / #266191
Win 10 x64
AlfaBeta
Junior Member
Junior Member
Posts: 5
Joined: 2011-11-21, 09:08 UTC

Post by *AlfaBeta »

Thanks you all.
I wrote an e-mail to my associate how to install Total Commander and the plug in. I think it will work.
Have a nice day :) .
User avatar
wilburlikesmith
New Member
New Member
Posts: 1
Joined: 2013-08-14, 19:03 UTC
Contact:

Post by *wilburlikesmith »

You can just browse to the folder or drive and paste the code below into the command line and hit enter like you're a Samurai Warrior!
[face=courier]

Code: Select all

dir /s/b/o:n > desiredfilename.txt
[/face]
For a file and/or directory list only, hit it with
[face=courier]

Code: Select all

dir /b/o:n > desiredfilename.txt
[/face](:

design extraordinaire,
wearer of many hats


"All opinions are not equal.
Some are a very great deal
more robust, sophisticated
and well supported in logic
and argument than others."
- Douglas Adams
Post Reply