Re: AW: Echo a file to another file

2004-11-10 Thread Ivan Ivanov
--- "Alexey N. Solofnenko" <[EMAIL PROTECTED]> wrote: > I would use task to get the report (you will > need to construct a > URL for the report). > > - Alexey. > Yes, I know task, the question is how construct the query, but this is bugzilla question so I will ask it in their forum. Regards

Re: AW: Echo a file to another file

2004-11-10 Thread Alexey N. Solofnenko
I would use task to get the report (you will need to construct a URL for the report). - Alexey. Ivan Ivanov wrote: Jan and Alexey, thank you for your answers, + trick does the job and I will also try the other two possibilites. I asked this question in the following context: we are having a Re

Re: AW: Echo a file to another file

2004-11-10 Thread Ivan Ivanov
Jan and Alexey, thank you for your answers, + trick does the job and I will also try the other two possibilites. I asked this question in the following context: we are having a Readme file for our project that describes the bugfixes done in the current build, known issues in it and the source f

Re: Echo a file to another file

2004-11-10 Thread Alexey N. Solofnenko
Why this would not work: The only problem I see is that each time b.txt will be updated. It is better not to update files in place or have a valid condition to avoid repetitive updates (maybe using ). - Alexey. Ivan Ivanov wrote: Dear Colleagues, I want to do something relative simple: I hav

AW: Echo a file to another file

2004-11-09 Thread Jan . Materne
1. Using and - load both files into properties - echo both props out 2. Use 3. Use and / Jan > -Ursprüngliche Nachricht- > Von: Ivan Ivanov [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 10. November 2004 08:42 > An: [EMAIL PROTECTED] > Betreff: Echo a file

Echo a file to another file

2004-11-09 Thread Ivan Ivanov
Dear Colleagues, I want to do something relative simple: I have two text files say a.txt and b.txt and I want to place the contents of a.txt in the beginning of b.txt. I thought I could use task, but now I see it won't do this. Can you give me any advice? Thank you in advance Ivan