home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / DESQVIEW / TECH / FILES004.ZIP / FILES.DOC < prev    next >
Encoding:
Text File  |  1991-03-08  |  2.4 KB  |  64 lines

  1. This started out as a quick & dirty program for my own use.  After
  2. playing with it a little and with some prodding (ouch :-)) by Don
  3. Dawson of 1:141/730, we thought it was too fun not to pass along.
  4.  
  5. This program is based on a Byte Magazine Article (March 1991)
  6. _Undocumented_DOS_ by Andrew Schulman, the article was adapted from
  7. the book of the same name, by Andrew Schulman, Raymond J. Michels,
  8. Jim Kyle, Tim Paterson, David Maxey, and Ralf Brown.
  9.  
  10. Written using DVGLUE by Ralf Brown.
  11.  
  12.  
  13. Files.exe - Displays a table of currently open files .  It will loop
  14. continuously until the ESC is key pressed.  It will only run under
  15. Desqview and DOS 3.1 or higher (I've only tested it with DV 2.31 and
  16. MS-DOS 3.3).
  17.  
  18.  
  19. Fields displayed:
  20. y/n        sleep mode on (y) or off (n)
  21. Filename Ext    name/ext of file
  22. Size        current file size
  23. Offset        current offset into file
  24. Attr        files' attribute
  25. Mode        open mode
  26. Date        files' date
  27. Time        files' time
  28. Hnd        number of file handles referring to this file (?)
  29. PSP        File owners PSP
  30.  
  31.  
  32. Active Keys:
  33. Esc        Exit/Quit
  34. PgUp/PgDn    Moves between display screens (if more than one)
  35. Home        clear and redraw screen
  36. F2        Toggle open/all mode
  37. F3        Toggle regular/open mode display
  38. F4        Toggle sleep/nosleep mode
  39.  
  40.  
  41. Pressing the space bar or F2 will toggle open/all modes.  The initial
  42. mode shows only open files.  The all mode will dump the whole file
  43. table, files that are not open will show a 0 in the 'handles' column.
  44. Pressing F3 will provide more detail about the files open and sharing
  45. modes and file attributes.
  46.  
  47. Pressing F4 toggles sleep mode on and off.  While on the program will
  48. give up one second of time after each screen refresh, this is the
  49. default.  This gives back a lot of time to the system and will allow
  50. Files to use very little overhead.  While sleep mode is on a '+' will
  51. be displayed in the upper left hand corner of the screen.  When sleep
  52. mode is toggled off the screen redraw will be more frequent, at the
  53. expense of hogging more system time.  The '+' will change to a '-'
  54. when sleep mode is toggled off.
  55.  
  56. Files attempts to be smart about the screen length and displays only
  57. as many files as will fit on the screen.  If you resize the window it
  58. will try to adjust to the new window height.  Pressing the Home key
  59. will allow you to reset the display manually if it becomes confused.
  60.  
  61. Questions/Comments/Bug Reports may be sent to Bill Bond
  62. 1:325/118@fidonet
  63.  
  64.