The COMMAND structure contains a parsed command. More...
#include <shellutils.h>
Public Attributes | |
| int | background |
| char * | outFile |
| char * | parseError |
| char * | cmdLine |
| char ** | argv |
The COMMAND structure contains a parsed command.
| char** COMMAND::argv |
array of the command - not including &, > or outFile
1 if the command shall be executed in the background, 0 otherwise
| char* COMMAND::cmdLine |
un-tokenized commandline (with & and > if present)
| char* COMMAND::outFile |
if redirection of stdout is specified, outfile points to the filename of the output file, NULL otherwise
| char* COMMAND::parseError |
points to an error message if the command line could not successfully be parsed, NULL if the parse was successful
1.7.1