CMD TK
Contents |
Effect
Removes a TSR (Terminate and Stay Resident) program from the memory managed by MemMan 2.3 and higher.
Note: It's not possible to kill the built-in TSR program that is present in MemMan 2.3 and higher. The internal ID-name of this TSR program is "MST TsrUtils".
Syntax
CMD TK("<TsrID-Name>")
Parameter
<TsrID-Name> is the internal Identification name of the TSR to remove.
This name can be retrieved by using CMD TV or ATTR$ FT.
Example
To remove CAPS.TSR:
CMD TK("MJVcapsblink")