home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / taskkill / Actions / Cache next >
Encoding:
Text File  |  1993-09-08  |  264 b   |  6 lines

  1. | Defines ALT + keypad * to toggle the state of the ARM 3 cache
  2. | it assumes that by default the cache is turned on
  3.  
  4. Set Cache$State Off
  5. SetMacro Alias$TaskKillAction IF "<Cache$State>"="Off" THEN Set Cache$State On ELSE Set Cache$State Off|mCache <Cache$State>|m
  6.