Subject: stat.c Organization: Dept. of Atmospheric Sciences, U. of Washington Summary: A replacement for STATUS I have been trying to figure out some of the dark, hidden secrets of AmigaDOS and my poking around has lead to the following program to replace STATUS. I like it because it tells me a lot more than STATUS. --------------------------------------------------------------------------- James M Synge, Department of Atmospheric Sciences, University of Washington STAT is a replacement for the AmigaDOS command STATUS. It is far more informative about the processes then the current command. For each AmigaDOS process, it prints the Task number, Priority, the Address of the process in memory, the Command line being executed, and the current Directory. Below is an example: 1> run stat > ram:d Task Pri Address Command Directory 1 0 97b0 run stat > ram:d df1:stat 2 -5 1af88 stat df1:stat Good luck, and send me a message if you find any bugs. James M Synge