home *** CD-ROM | disk | FTP | other *** search
- FSTAT is a small utility to display a list of all open files and devices in
- the system file table, along with as much information about them as I could
- cram into one line. I find it useful for diagnosing "no more file handle"
- type messages, and for finding out what my TSRs are doing when I'm not
- looking. It works with DOS 2.x, 3.x and 4.x (not extensively tested on 2.x)
- The source might prove useful if you want to know how to snoop in the system
- file table.
-
- This code released to the public domain
-
- Richard Brittain
- richard@calvin.spp.cornell.edu
-