int Ns_ExecProc ( char* sExec, char** argv );
int Ns_ExecProc (
char* sExec,
char** argv
);
Execute the file sExec. All input will come from stdin. All output will go to stdout.
sExec
stdin
stdout
The argv is a null-terminated array of argument strings, like this: { "foo", "bar", NULL }.
argv
Top of Page
Copyright © 1998-99 America Online, Inc.