home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / workbench / sysinspector / arexx / listtasks.sirexx < prev    next >
Encoding:
Text File  |  1997-08-28  |  219 b   |  12 lines

  1. /* DIsplay the list of tasks on your system in the current shell */
  2.  
  3. address 'INSPECTOR.1'
  4. options results
  5.  
  6. SetDisplay 17
  7. SaveList "T:SI.temp"
  8.  
  9. address command "Type T:SI.temp"
  10. address command "delete >NIL: T:SI.temp"
  11.  
  12.