Good people!
I'm editing some F1C game mods, which use text files to store the AI's data for the pilots.
In the first line of each file comes the name of the pilot:
Michael Schumacher
... and I would like to add a suffix at the end of the name, more or less this:
Michael SchumacherRH
Is it possible to do this using only CMD / .bat (if possible using a FOR to do this at once for all files in the folder)?
PS: According to Notepad ++ the files are under UTF-8 encoding (without BOM)