home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / msdos / programm / 11773 next >
Encoding:
Internet Message Format  |  1993-01-04  |  2.1 KB

  1. Path: sparky!uunet!mnemosyne.cs.du.edu!arrakis!
  2. From: @arrakis.denver.co.us (Bob Hood)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Is there a util to record and play back keystrokes ?
  5. Distribution: world
  6. Message-ID: <726076054snx@arrakis.denver.co.us>
  7. References: <58192@dime.cs.umass.edu>
  8. Date: Sun, 03 Jan 93 15:47:34 GMT
  9. Organization: Bob's Programming Paradise
  10. Reply-To: thor@arrakis.denver.co.us
  11. Lines: 47
  12.  
  13. In article <58192@dime.cs.umass.edu> shri@unreal.cs.umass.edu writes:
  14. >
  15. > Hi,
  16. >
  17. >   Pardon me if this is not appropriate for this group.
  18. >
  19. >  I am looking for a utility that will record key strokes at the
  20. > lowest possible level (close to the INt 9 keyboard interrupt), and
  21. > should play them back ... and importantly must preserve the timing
  22. > between the keystrokes. I sure I would not have to reinvent this
  23. > wheel !
  24. >
  25. >   PLease E-mail (shri@legato.cs.umass.edu) since I dont read this
  26. > group regularly.
  27. >
  28. > Many thanx.
  29. >
  30. > -- shrikumar ( shri@legato.cs.umass.edu )
  31. >
  32. >
  33.  
  34. I have a TSR utility, called "Replay", that I wrote for my own use.  The only 
  35. thing it lacks is the ability to read and write the keystrokes you create, and 
  36. there is a setting to capture Mouse cursor movements that I have not 
  37. implemented.
  38.  
  39. Among other features, it provides named macros for function keys F1-F10, 
  40. delayed replay of keystrokes until a specific date/time, and the ability to 
  41. preserve the delays between keystrokes.
  42.  
  43. Because the program is over 1,000 lines of code, I will send it, via email, to 
  44. anybody who wishes a copy.  It was written for Borland C++ 2.0, and uses only 
  45. library calls from the run-time library (no third-party libraries are 
  46. required).
  47.  
  48. Although it is a copyrighted program, I allow free and unrestricted personal 
  49. use of the code.
  50.  
  51. Caveat Emptor:  Since I wrote this for my own use, don't *expect* support (you 
  52. can ask nicely, though).  There is also *no* documentation for the program.  
  53. Read the source.
  54.  
  55. Bob
  56. ---
  57. Bob Hood   thor@arrakis.denver.co.us      H: 303-986-7127   W: 303-623-2180
  58. -----------------------------------------------------------------------------
  59.                   I'm not an expert, but I play one at work....
  60.  
  61.