HI All,

I am trying to use kixstart to edit multple ini files, which worked fine :-)

Now there is a bigger challange..

I have to edit the windows\system32\drivers\etc\services file.

Every user has local admin rights, so that should not be a problem.

In the services file there are a list of SAP entries, starting like this:

sapdp00 3200/tcp
sapdp01 3201/tcp
sapdp02 3202/tcp
sapdp03 3203/tcp

And it goes on and on.

Before the first one i have to insert:
SapmsPRD 3601/tcp

I tried to replace the first entry with the new one, and then append the original to the end, but this did not
work :-(

Does anyone have a clue ?