Start process NAME$ with ARGS$ as an argument.
Set local memory variables of the process.
Get the local memory variable of the process.
Determine if PRC is a normal process.
Get the argument of the current process.
Obtain standard input file.
Get the file for standard output.
Get the standard error output file
Set the standard input file of PRC
Set the standard output file of PRC
Set the standard error output file of PRC
Get the standard input file of PRC.
Get the standard output file of PRC.
Get the standard error output file of PRC.
Get the current PID.
Terminate the current process.
Kill PRC.
Execute a command
name args [> filename] [< filename] | ...
Get ARGS$ without first argument.
Get argument as CMD$ with I as starting point from ARGS$.\ INDEX contains the position where the argument ended.
Write the arguments of the current process to ARY$.\ If EXPAND is set to TRUE, it expands when the elements of the array are not enough.\ LEN contains the number of arguments.
TRUE if PRC has a child process
Time spent by PRC (ms)
Time since PRC started (ms)
Get PID of PRC\ On error, 0 is returned
Get parent process of PRC\ On error, 0 is returned
Get name of PRC\ “” Is returned when an error occurs
Get root process
Get child process of PRC
argument | description |
---|---|
ARY[] | output array (automatically expanded) |
R | TRUE to get child process recursively |
Number of process