Page 1 of 1

Print Directory

Posted: 19 Feb 2008, 15:50
by Apotres
It would be great if we could print directory lists. Can't find this option in Salamander. It would be a great add-on.
Thank all concerned for this great and affordable program.

Posted: 19 Feb 2008, 16:18
by k0nelupy
You can select files then use Command/Make file list
Example Line: $(Drive)$(Path)$(FileName)$(TAB)$(FileSize)$(TAB)$(FileDate)$(TAB)$(FileTime)$(CRLF)
and print this from file

Posted: 19 Feb 2008, 18:50
by Apotres
k0nelupy wrote:You can select files then use Command/Make file list
Example Line: $(Drive)$(Path)$(FileName)$(TAB)$(FileSize)$(TAB)$(FileDate)$(TAB)$(FileTime)$(CRLF)
and print this from file
Thank you very much. It works!