shaitan
06-27-2006, 10:15 AM
Hi,
assume that I have a text file that it contains lines as below:
------123.txt------
destination=
name=
company=
outlog=
readonly=
update=
.
.
.
--------End--------
how can I write specific words (that stored in AMS variables after some operations) exactly after specific lines after '=' sign ?
for example assume an autorun that user can specify the "destination install path", "name", "company" &...
and after clicking a button above phrases will be saved into defined variables in autorun,
now for further operations I need to write saved variables extactly after their phrase and '=' sign in each line in specific text document.
I cannot write them in the line after the phrase (for example):
destination=
c:\test
Is there a way I can reach my target with AMS 6.0 ?
Pre Thanks
assume that I have a text file that it contains lines as below:
------123.txt------
destination=
name=
company=
outlog=
readonly=
update=
.
.
.
--------End--------
how can I write specific words (that stored in AMS variables after some operations) exactly after specific lines after '=' sign ?
for example assume an autorun that user can specify the "destination install path", "name", "company" &...
and after clicking a button above phrases will be saved into defined variables in autorun,
now for further operations I need to write saved variables extactly after their phrase and '=' sign in each line in specific text document.
I cannot write them in the line after the phrase (for example):
destination=
c:\test
Is there a way I can reach my target with AMS 6.0 ?
Pre Thanks