home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / business / clockin2.zip / README.WI_ / README.bin
Text File  |  1993-06-27  |  3KB  |  53 lines

  1. This feature provides automatic counting of the user's keystrokes and mouse clicks.
  2. Companies use this feature to record the:
  3.  
  4.  1) Utilization of the PC
  5.  2) Productivity of workers who are doing heavy data entry in Windows
  6.  
  7. All What-I-DID! monitoring is unknown to the worker.  The logsumry.rpt and the
  8. logtimes.rpt reports report this data and show the productivity.  Keystrokes
  9. and clicks are counted and stored for each Application & Window that the
  10. user enters.  If a window is up for less than your user defined parameter
  11. for seconds, the keystroke and click counts are carried forward to the next
  12. window to reduce output clutter.  This eliminates the many yes/no boxes, etc.
  13. that may appear.
  14.  
  15. You can sort and compare the productivity and utilization figures in the
  16. logtimes file to achieve different types of reports, if you have any product
  17. compatible with Paradox files.  What-I-DID has a small memory footprint of
  18. only 50K bytes.  It uses global memory to retain keystrokes and flushes the
  19. log data to the file after any keyboard idle period of 5 minutes.  So you should not 
  20. experience any loss of performance while What-I-DID does its thing.
  21.  
  22. How To Set Up
  23.  
  24. If different users use the same computer, make sure your network login establishes
  25. a DOS environment variable called "USER".  This can be done as part of any network
  26. login script, e.g. "SET USER=%LOGIN_NAME% works in Novell Netware Login Scripts.
  27. What-I-DID will read this DOS variable to log the usage against that username.
  28. If this name is not found, all the entries in the Paradox 4.0 file "LOGTIMES"
  29. will have the user name "SUPERVIS".  Leaving it blank is adequate for single user 
  30. installations.
  31.  
  32. Add the whatidid.exe as an icon to the user's Windows startup.grp.  When the user
  33. boots into Windows, the What-I-Did program will be automatically loaded, but is
  34. INVISIBLE.  It will not appear in any task list and the user cannot activate it.
  35. Press CONTROL-F12 to activate it and make it visible.  F)ile S)etup allows you
  36. to change the seconds between windows limit.  If a user is in a Window, like a 
  37. yes/no prompt window for less than ___ seconds, What-I-DID will carry over the
  38. count of the keystrokes and mouse-clicks to the next Window.  This is initially
  39. set at 16 seconds. F)ile R)eport and S)ummary provide the log reports of the usage.
  40.  
  41. The layout of the file report is:
  42.  
  43. "UserName",          "A10"
  44. "LogDate",           "D"
  45. "LogTime",           "A8"
  46. "AppName",           "A30"
  47. "AppWindow",         "A30"
  48. "No Keystrokes",     "N8.0"
  49. "No Mouse Clicks",   "N8.0"
  50. "Actual Stamp",      "N"
  51. "TimeinWindow",      "A8"
  52. "SecsinWindow",      "N8.0"
  53.