How do you concatenate a string to a text file in batch file? Example: I have a text file - cdrom.txt with this output:
Caption SerialNumber Size
SMI USB DISK USB Device AA00000000000485 15825438720
Hitachi HTS547550A9E384 2J1100159GVPAZ 500105249280
I need to put a label at the topmost of the line so that it would look like this:
CDROM
Caption SerialNumber Size
SMI USB DISK USB Device AA00000000000485 15825438720
Hitachi HTS547550A9E384 2J1100159GVPAZ 500105249280