home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / util / cli / AccessTask.lha / AccessTask.doc next >
Encoding:
Text File  |  1997-02-02  |  1.8 KB  |  49 lines

  1. English is not my native language, sorry :-(
  2.  
  3. AccessTask - manipulate tasks from CLI
  4.  
  5. Legal Stuff:
  6. The program and the documentation are Public Domain with no rights
  7. reserved.
  8. This   program  and  its  documentation  are  provided  "as  is".   No
  9. warranties  are  made  with  respect  to  the  accuracy,  reliability,
  10. performance  or  operation  of this software and information.  You are
  11. using this program at your own risk.  The author is not liable for any
  12. damages that may have been caused by using this software.
  13. The archive is containing following files
  14. AccessTask.doc    - You read it now
  15. AccessTask.doc    - German documentation of the program
  16. dos20/act         - Binary for OS2.0+
  17. dos20/act.s       - SourceCode (german documented)
  18. arp/act           - Binary for OS1.3+ARP
  19. arp/act.s         - SourceCode (german documented)
  20.  
  21.  
  22. Introduction:
  23.  
  24. AccessTask (ACT) is a CLI Tool to manipulate tasks in your CLI enviroment
  25. Use it only, if you know what you want.
  26. There are two versions, one for OS2.0 and above, and one for OS1.3+ARP
  27.  
  28. TPLATE: NAME,ADDR/K,CLI/K/N,REMOVE/S,FREEZE/S,WAIT/S,READY/S,EXIT/S,
  29.         BREAK/S,ARP/S
  30.  
  31. Specify Tasks:
  32. NAME:   Name of the task. If there are more than one with this name, you
  33.         must specify it in another way.
  34. ADDR:   Address of the task in hexadecimal form.
  35. CLI:    CLI number of the task
  36. Manipulating Functions
  37. PRI:    Change the priority (-128 - +127)
  38. REMOVE: Kills the task
  39. FREEZE: Freezes the task by moving it to exec.softints list
  40. WAIT:   Changes task to WAIT state
  41. READY:  Changes task to READY state
  42. EXIT:   Ends a process by using dos.exit
  43. ARP:    For the OS1.3/ARP version with the EXIT function to use arp.arpexit
  44.         instead of dos.exit
  45.  
  46.  
  47. Send Bug Reports, suggestions and perhaps a better English manual ;-) to
  48. Andreas Schwesinger (Schwes@T-Online.de)
  49.