Search found 9 matches

by Piteur
19.07.2010, 18:40
Forum: General Discussion
Topic: Print Folder List
Replies: 17
Views: 33178

Re: Print Folder List

I follow a tool for printing directory contents called Folder printer
Find Here : http://www.print-directory.com
Thank you very much. Meanwhile, I found the software " WindowsTree ".
URL: http://jack.r.free.fr/index.php?lng=en&page=windowstree

But anyway, I will shortly be looking at the one you ...
by Piteur
10.07.2010, 19:23
Forum: General Discussion
Topic: Print Folder List
Replies: 17
Views: 33178

Re: Print Folder List

I found a command line to get a tree, written in a file :

For instance, for J:

Code: Select all

cmd /c tree J: /f /a > "%userprofile%/desktop/tree_J.txt"
So I guess it should not be very difficult to insert such a function in FreeCommander ... Is it a dream? 8)
by Piteur
08.07.2010, 19:41
Forum: General Discussion
Topic: Print Folder List
Replies: 17
Views: 33178

Re: Print Folder List

joby_toss wrote:Only file/folder names.
That's unfortunate! :cry:
by Piteur
08.07.2010, 17:37
Forum: General Discussion
Topic: Print Folder List
Replies: 17
Views: 33178

Re: Print Folder List

H.Seldon wrote:'Everything' at voidtools.com.
Great! I am excited to try this software.

Is it able to search words or sentences within file? It would be the ultimate!
by Piteur
08.07.2010, 10:33
Forum: General Discussion
Topic: Print Folder List
Replies: 17
Views: 33178

Re: Print Folder List

Sorry, Piteur. I was answering the original poster 'hiphutch', who wanted a listing of the folder structure only (no files). If you want files too, just remove '/ad' from the command. Then it will list everything on your hard drive (and probably take a very long time).
Many thanks.
I'm really ...
by Piteur
07.07.2010, 22:25
Forum: General Discussion
Topic: Print Folder List
Replies: 17
Views: 33178

Re: Print Folder List

dir /ad /s /b > "%userprofile%\desktop\folder_tree.txt"
Thank you for your explanations. I thought the quotes, and I tried. But the problem was the same: the path was not found.
But I found why: XP is in French , so that "desktop" is called 'bureau'! It's so stupid! :oops:
However, I see no tree ...
by Piteur
07.07.2010, 15:03
Forum: General Discussion
Topic: Print Folder List
Replies: 17
Views: 33178

Re: Print Folder List

H.Seldon wrote:c:
cd \
dir /ad /s /b > %userprofile%\desktop\folder_tree.txt
Thanks, but path is not found !
by Piteur
04.07.2010, 23:57
Forum: General Discussion
Topic: Print Folder List
Replies: 17
Views: 33178

Re: Print Folder List

Hello!
It seems it's not possible to print tree of folders, sub-folders and files ; doesn't it ?
Thanks for answering.
Best regards.
by Piteur
28.11.2009, 13:55
Forum: General Discussion
Topic: Search keywords in OpenOffice files
Replies: 0
Views: 2594

Search keywords in OpenOffice files

I use OpenOffice. I noticed that FreeCommander is able, when the display of properties is asked, to display the keywords of a "odt" file, for example.
FreeCommander, when you search something, includes the keywords of "odt" files.

But can you make a search ONLY ON the keywords file "odt"?

Thanks ...