- May
- 574
- 4
Three feature requests for some subsequent version:
1. A new variable _SERVICE value 1 if this instance of TCC is running as a service, 0 otherwise. (I was considering asking for _SERVICENAME, but with _SERVICE, it can probably be fairly easily obtained by using _PID.)
2. A new variable _SCHTASK value 1 if this instance of TCC is running as a scheduled task, 0 otherwise.
3. (If %_TASK EQ 1 then) a new variable _SCHTASKNAME for the name of the running scheduled task; empty string otherwise. (Perhaps if this is implemented, _SCHTASK would be unnecessary.)
1. A new variable _SERVICE value 1 if this instance of TCC is running as a service, 0 otherwise. (I was considering asking for _SERVICENAME, but with _SERVICE, it can probably be fairly easily obtained by using _PID.)
2. A new variable _SCHTASK value 1 if this instance of TCC is running as a scheduled task, 0 otherwise.
3. (If %_TASK EQ 1 then) a new variable _SCHTASKNAME for the name of the running scheduled task; empty string otherwise. (Perhaps if this is implemented, _SCHTASK would be unnecessary.)