Posts by Siael Carvalho • 11 points
1 post
-
1
votes1
answer1285
viewsA: Add suffix to first line text file using BAT
You can start by doing the following. The cmd’s FOR command can be used for this. You can use the /F option. This option reads each line of the file. Send the output to another file with the suffix…