BOOTSTRAP (
kutils
) functions
LIBRARY ROUTINE
ksystem - issue a shell command
LIBRARY CALL
int ksystem( const char *command)
INPUT
command
- the command to be systemed
OUTPUT
none
RETURN VALUE
The job status
DESCRIPTION
This function is a replacement for the "system" library call. The only difference is that ksystem() supports more than just files, it supports other data transports in order to allow remote execution of a job.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/kutils/src/ktransport.c
SEE ALSO
kutils(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.