home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / fileutils / openfiles / About next >
Encoding:
Text File  |  1995-06-18  |  1.6 KB  |  35 lines

  1. Utility:       OpenFiles
  2. Filetype:      M/C Utility (source code provided)
  3. Size:          0.4K
  4. Author:        Andrew Bower
  5. Version:       12 Oct 1994
  6.  
  7. ==Purpose:===================================================================
  8. Displays the file handles and file names of all currently open, as well as
  9. the open access type for each file.  Also allows any file to be closed.  Very
  10. useful in your library if you get “Too many discs” or something — especially
  11. with image filing systems such as DOSFS which can cause trouble — you choose
  12. which files do not need to be open.  Also useful when programs crash having
  13. opened ‘Printer:’ etc..
  14.  
  15. ==Instructions:==============================================================
  16. Each line of the display shows the file handle, the open access and the file
  17. name.  By ‘open access ’ I mean open for writing, reading…
  18.     W  – Write only
  19.     R  – Read only
  20.     WR – Read/write
  21.     *  – Buffered data not saved
  22. Press return to quit or type the file handle of a file to close.
  23.  
  24. ==Licence:===================================================================
  25. I retain the copyright for this utility.
  26. It may distributed freely provided that the author’s name and copyright is
  27. preserved.  Any user modifications which are distributed must be annotated in
  28. REM statements after the author’s copyright notice on the source code, and as
  29. text appended to the object code.
  30.  
  31. ==The author:================================================================
  32. I may be contacted at the following address:
  33. 60 Barcheston Road, Knowle, Solihull, West Midlands, B93 9JT.
  34.  
  35.                                                     A.J.Bower, 18 June 1995.