Look up the function named in **pstr, return VAFNC pointer through
*pfnc, and append function name to *reply string, if successful. Else
update reply string with the reason why.
Source: ../mlexec.c.html#FncShift
Shift a file name off the front of the command string passed in and
try to open the file according to mode. Return valid FILE* and
file name on success. Concatenate file name on *reply on success,
else return error string in *reply.
Source: ../mlexec.c.html#FOpen
char * Load( char *cmd )
Command usage: load FILE_NAME.
Read in FILE_NAME and execute commands found therein.
Source: ../mlexec.c.html#Load