|
|
@ -50,7 +50,7 @@ public:
|
|
|
|
Instance(TQWidget*);
|
|
|
|
Instance(TQWidget*);
|
|
|
|
~Instance();
|
|
|
|
~Instance();
|
|
|
|
/* passing global variables: two forms are accepted.
|
|
|
|
/* passing global variables: two forms are accepted.
|
|
|
|
kdmr-executor file.kmdr COUNT=45 PATH=/tmp - this adds global variables 45 and PATH
|
|
|
|
tdmr-executor file.kmdr COUNT=45 PATH=/tmp - this adds global variables 45 and PATH
|
|
|
|
kmdr-executor file.kmdr 45 /tmp - this adds global variables ARG1 and ARG2
|
|
|
|
kmdr-executor file.kmdr 45 /tmp - this adds global variables ARG1 and ARG2
|
|
|
|
ARGS holds space-separated list of all second-type variables (like Bash $@)
|
|
|
|
ARGS holds space-separated list of all second-type variables (like Bash $@)
|
|
|
|
ARGCOUNT holds number of second-type arguments
|
|
|
|
ARGCOUNT holds number of second-type arguments
|
|
|
|