anybody remember this program?

Meractik

Golden Member
Jul 8, 2003
1,752
0
0
its named FileList or DirList and its icon was a white piece of paper with blue lines on it simulating a piece of paper with a list on it.. it did a listing of directories in *.txt format with all the attributes of files inside the dir. It also let you filter whatever you wanted out of the listing to list only certian types of files..

i can't remember the company that makes it and google is not finding anything...
 

jkoon

Member
Apr 12, 2005
158
0
0
I know its not what you are looking for but you might be able to do what you want using the command line.

For example:

C:> dir will list the files and directories at that level
C:> dir *.txt will list .txt files only
C:> dir *.txt | mytext.txt will list text files only and put the output in a file named mytext.txt
C:> dir /? For more info on various dir commands.

Good luck on your search for that program though, just thought I would try and offer some alternate advice in case it applie
 

imported_Mentor

Junior Member
Jun 21, 2005
1
0
0
For what it's worth, I turned to Agent Ransack for this very purpose. I wanted two things: ability to do regular-expression search and ability to get a "nice" file output, so I could feed other other programs.