Page 1 of 1
Export file names to .txt file
Posted: 2018-07-23 06:51:17
by muhammadshawky93
I want to rename files from list but i can not make the list for folder that I need.
How to export file names to .txt file ?
Re: Export file names to .txt file
Posted: 2018-07-23 11:19:38
by antp
What is the source you wish to use as names? Another folder's files?
If you want to export the names of the files of a folder to a .txt file, create a new file in that folder with a .cmd extension (for example "list.cmd") and put this in it:
if you wish to list only files without subdirectories:
double-click on that .cmd file, and a list.txt file should be created
(you may want to remove the .cmd file itself from the list afterwards)
Re: Export file names to .txt file
Posted: 2018-07-24 10:21:06
by muhammadshawky93
I know this code. I want to add this to ant renamer.
Re: Export file names to .txt file
Posted: 2018-07-24 10:35:55
by antp
I don't understand your request

If you want to rename from a list, you just need a list of new names, but Ant Renamer can't provide you such list since it is what it needs as input data.
Re: Export file names to .txt file
Posted: 2018-07-27 03:56:53
by muhammadshawky93
I want to add files to ant renamer then ant renamer provides me with the list.
Could you add this feature to ant renamer ?
Re: Export file names to .txt file
Posted: 2018-07-27 06:38:38
by antp
Ah you want to export what is listed in the "Files" page of Ant Renamer?
It is on my to-do list, so maybe one day...
Re: Export file names to .txt file
Posted: 2018-07-27 13:36:49
by muhammadshawky93
Go on. thank you.