1
Good staff!
I’m editing some F1C game mods, which uses text files to store pilots' AI data.
In the first line of each file come the name of the pilot:
Michael Schumacher
... and I’d like to add a suffix at the end of the name, more or less that:
Michael SchumacherRH
You can 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)