renaming file with first line in text
I would like to rename a batch of txt file with the first line of each file.
could someone guide me on how to do it?
thank you in advance
could someone guide me on how to do it?
thank you in advance
Support for the Renaming Utility
http://www.bulkrenameutility.co.uk/forum/
http://www.bulkrenameutility.co.uk/forum/viewtopic.php?f=8&t=1621
Select a folder
Process all files within it (recursion loop)
-Open file
-Read first line of file
-Close file
-Rename file
Continue loop