Hi,
I have a file called status.txt
Now that file has got fields and values like this:
Owner Workitem progress targetdate
Peter Development 50% 26/04/2006
Now I have one more file called status1.txt that has got only the field names:
Owner Workitem progress targetdate
I want to copy the values of these fields from the file status.txt to status1.txt.
How can I do this.
Thanks in advance