Page 1 of 1
Make file list
Posted: 24 Mar 2006, 08:36
by gerdmuller13
Please, how can I create a list of directory (and sub-directory) files?
Thanks
Posted: 24 Mar 2006, 13:03
by Jan Rysavy
Do you know about Commands > Make File List command?
Just select desired files and directories using the Insert key, then choose the Make File List command. Then choose output format...
Regarding sub-directories: this option is not available now.
We have this task on our to-do list.
Moving thread to General Discussion.
Re: Make file list
Posted: 26 Mar 2006, 17:40
by .me
gerdmuller13 wrote:Please, how can I create a list of directory (and sub-directory) files?
Thanks
enter one of these commands in command line:
dir /on /s /b >_list.txt
or
dir /on /s >_list.txt
for more infos use this
dir /?
if you need this command very often you should create a button that does this job:
btw. you can also use the CRC/MD5 checksum plugin