hello my question is how to export multi filenames to .txt format
thanks
hello my question is how to export multi filenames to .txt format
thanks
nobody?????
Please rephrase what you want to do.
What application do you want to use to fulfill the task?
DD.20101213.1734.CET
simple filelist:
$filename(txt,utf-8)
$loop(%_folderpath%)%_filename_ext%
$loopend()
filelist with path:
$filename(txt,utf-8)
$loop(%_folderpath%)%_path%
$loopend()
more help & placeholders for mp3tag export:
http://help.mp3tag.de/options_export.html
filelist for all kind of files:
http://www.karenware.com/powertools/ptdirprn.asp
$filename(txt,utf-8)
$loop(%_folderpath%)%_filename_ext%
$loopend()
filelist with path:
$filename(txt,utf-8)
$loop(%_folderpath%)%_path%
$loopend()
more help & placeholders for mp3tag export:
http://help.mp3tag.de/options_export.html
filelist for all kind of files:
http://www.karenware.com/powertools/ptdirprn.asp