C (152/304)

From:meyersrl
Date:16 Aug 2000 at 19:50:11
Subject:Re: Writing a file within a Task

Hi,
Ive been getting my program to spawn a task, and was wondering why it
just didnt work at a certain point, then I remembered
you cant call dos.library routines within a exec task. I tried to use
fwrite(), fclose() etc. instead of Write() , Open() etc. probably because
fwrite() and fclose() use Write() and Close();

I there anyway to write files within an exec task without haveing to
create it as a Process?

Cheers
Charlie

Yes, send a Message to a Process with the data and have the Process call
the dos.library functions.

Bob Meyers