#: 3474 S3/Languages
13-May-90 22:22:41
Sb: #problems with os9fork
Fm: BRETT 72057,3720
To: C gurus
Greeting-
I have two questions for some one longer in the tooth than I.
1. Is there any way to transfer files between Dynacalc and Lotus 1,2,3?
2. Is there any way to redirect input on an os9fork call in C?
example code follows
static char mail_args[] = " foo!foobar!user < dead.letter";
os9fork("mail",strlen(mail_args),mail_args,1,1,0);
These two lines always cause mail to take input from stdin, not from
dead.letter as it should (IMHO). HELP! this is giving me some trouble with
things I am working on for the uucp package.
-Brett
uucp............marob!nsi1!cassie!wa3yre!wynkoop
There are 2 Replies.
|