C (155/304)

From:Charlie
Date:17 Aug 2000 at 03:41:08
Subject: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