home *** CD-ROM | disk | FTP | other *** search
- English is not my native language, sorry :-(
-
- AccessTask - manipulate tasks from CLI
-
- Legal Stuff:
- The program and the documentation are Public Domain with no rights
- reserved.
- This program and its documentation are provided "as is". No
- warranties are made with respect to the accuracy, reliability,
- performance or operation of this software and information. You are
- using this program at your own risk. The author is not liable for any
- damages that may have been caused by using this software.
- The archive is containing following files
- AccessTask.doc - You read it now
- AccessTask.doc - German documentation of the program
- dos20/act - Binary for OS2.0+
- dos20/act.s - SourceCode (german documented)
- arp/act - Binary for OS1.3+ARP
- arp/act.s - SourceCode (german documented)
-
-
- Introduction:
-
- AccessTask (ACT) is a CLI Tool to manipulate tasks in your CLI enviroment
- Use it only, if you know what you want.
- There are two versions, one for OS2.0 and above, and one for OS1.3+ARP
-
- TPLATE: NAME,ADDR/K,CLI/K/N,REMOVE/S,FREEZE/S,WAIT/S,READY/S,EXIT/S,
- BREAK/S,ARP/S
-
- Specify Tasks:
- NAME: Name of the task. If there are more than one with this name, you
- must specify it in another way.
- ADDR: Address of the task in hexadecimal form.
- CLI: CLI number of the task
- Manipulating Functions
- PRI: Change the priority (-128 - +127)
- REMOVE: Kills the task
- FREEZE: Freezes the task by moving it to exec.softints list
- WAIT: Changes task to WAIT state
- READY: Changes task to READY state
- EXIT: Ends a process by using dos.exit
- ARP: For the OS1.3/ARP version with the EXIT function to use arp.arpexit
- instead of dos.exit
-
-
- Send Bug Reports, suggestions and perhaps a better English manual ;-) to
- Andreas Schwesinger (Schwes@T-Online.de)
-