For example:
There is a Txtsetup.sif file that contains two fields: [HiveInfs.Fresh] and [SourceDisksFiles].
I want to add a line of characters "AddReg = settings.inf,update" under [HiveInfs.Fresh].
Under the [SourceDisksFiles] field, add two lines of characters respectively:
settings.inf =1,,,,,,_x,3,,3
settings.reg =100,,,,,,,2,0,0
It should be noted that there are several lines of characters under the [HiveInfs.Fresh] and [SourceDisksFiles] fields themselves.
How to use batch processing to add the characters under these two fields? I am just learning batch processing, please give me some advice.
There is a Txtsetup.sif file that contains two fields: [HiveInfs.Fresh] and [SourceDisksFiles].
I want to add a line of characters "AddReg = settings.inf,update" under [HiveInfs.Fresh].
Under the [SourceDisksFiles] field, add two lines of characters respectively:
settings.inf =1,,,,,,_x,3,,3
settings.reg =100,,,,,,,2,0,0
It should be noted that there are several lines of characters under the [HiveInfs.Fresh] and [SourceDisksFiles] fields themselves.
How to use batch processing to add the characters under these two fields? I am just learning batch processing, please give me some advice.


